[−][src]Struct binjs::generic::PropertyKey
A property, inside the grammar.
Methods
impl PropertyKey
[src][−]
pub const fn from_str(value: &'static str) -> PropertyKey
[src]
pub fn from_string(value: String) -> PropertyKey
[src]
pub fn from_rc_string(value: Rc<String>) -> PropertyKey
[src]
pub fn as_str(&self) -> &str
[src]
pub fn as_shared_string(&self) -> &SharedString
[src]
Trait Implementations
impl Clone for PropertyKey
[src][+]
impl Debug for PropertyKey
[src][+]
impl Default for PropertyKey
[src][+]
impl<R> Deserialization<PropertyKey> for Deserializer<R> where
R: TokenReader,
[src][+]
R: TokenReader,
impl<'de> Deserialize<'de> for PropertyKey
[src][+]
impl Display for PropertyKey
[src][+]
impl Eq for PropertyKey
[src]
impl Hash for PropertyKey
[src][+]
impl<'a> Into<&'a [u8]> for &'a PropertyKey
[src][+]
impl Ord for PropertyKey
[src][+]
impl<'a> PartialEq<&'a str> for PropertyKey
[src][+]
impl PartialEq<PropertyKey> for PropertyKey
[src][+]
impl PartialOrd<PropertyKey> for PropertyKey
[src][+]
impl<W> Serialization<PropertyKey> for Serializer<W> where
W: TokenWriter,
[src][+]
W: TokenWriter,
impl Serialize for PropertyKey
[src][+]
impl StructuralEq for PropertyKey
[src]
Auto Trait Implementations
impl !RefUnwindSafe for PropertyKey
impl !Send for PropertyKey
impl !Sync for PropertyKey
impl Unpin for PropertyKey
impl UnwindSafe for PropertyKey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src][+]
T: Any,
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[src][+]
T: Send + Sync + Any,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,