pub struct GraphIdentityText(/* private fields */);Expand description
Validated non-empty, unpadded identity component used by graph selectors.
Implementations§
Trait Implementations§
Source§impl Clone for GraphIdentityText
impl Clone for GraphIdentityText
Source§fn clone(&self) -> GraphIdentityText
fn clone(&self) -> GraphIdentityText
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphIdentityText
impl Debug for GraphIdentityText
Source§impl<'de> Deserialize<'de> for GraphIdentityText
impl<'de> Deserialize<'de> for GraphIdentityText
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for GraphIdentityText
impl Display for GraphIdentityText
Source§impl From<GraphIdentityText> for String
impl From<GraphIdentityText> for String
Source§fn from(value: GraphIdentityText) -> Self
fn from(value: GraphIdentityText) -> Self
Converts to this type from the input type.
Source§impl Hash for GraphIdentityText
impl Hash for GraphIdentityText
Source§impl Ord for GraphIdentityText
impl Ord for GraphIdentityText
Source§fn cmp(&self, other: &GraphIdentityText) -> Ordering
fn cmp(&self, other: &GraphIdentityText) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GraphIdentityText
impl PartialEq for GraphIdentityText
Source§impl PartialOrd for GraphIdentityText
impl PartialOrd for GraphIdentityText
Source§impl Serialize for GraphIdentityText
impl Serialize for GraphIdentityText
Source§impl TryFrom<&str> for GraphIdentityText
impl TryFrom<&str> for GraphIdentityText
Source§impl TryFrom<String> for GraphIdentityText
impl TryFrom<String> for GraphIdentityText
impl Eq for GraphIdentityText
impl StructuralPartialEq for GraphIdentityText
Auto Trait Implementations§
impl Freeze for GraphIdentityText
impl RefUnwindSafe for GraphIdentityText
impl Send for GraphIdentityText
impl Sync for GraphIdentityText
impl Unpin for GraphIdentityText
impl UnwindSafe for GraphIdentityText
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.