pub struct SupportHandoffDigest(/* private fields */);Implementations§
Source§impl SupportHandoffDigest
impl SupportHandoffDigest
pub fn parse(value: impl Into<String>) -> Result<Self, SupportEntryError>
pub fn as_str(&self) -> &str
pub fn matches_token(&self, token: &SupportHandoffToken) -> bool
Trait Implementations§
Source§impl Clone for SupportHandoffDigest
impl Clone for SupportHandoffDigest
Source§fn clone(&self) -> SupportHandoffDigest
fn clone(&self) -> SupportHandoffDigest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SupportHandoffDigest
impl Debug for SupportHandoffDigest
Source§impl<'de> Deserialize<'de> for SupportHandoffDigest
impl<'de> Deserialize<'de> for SupportHandoffDigest
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
impl Eq for SupportHandoffDigest
Source§impl Hash for SupportHandoffDigest
impl Hash for SupportHandoffDigest
Source§impl Ord for SupportHandoffDigest
impl Ord for SupportHandoffDigest
Source§fn cmp(&self, other: &SupportHandoffDigest) -> Ordering
fn cmp(&self, other: &SupportHandoffDigest) -> Ordering
1.21.0 (const: unstable) · 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 SupportHandoffDigest
impl PartialEq for SupportHandoffDigest
Source§impl PartialOrd for SupportHandoffDigest
impl PartialOrd for SupportHandoffDigest
Source§impl Serialize for SupportHandoffDigest
impl Serialize for SupportHandoffDigest
impl StructuralPartialEq for SupportHandoffDigest
Auto Trait Implementations§
impl Freeze for SupportHandoffDigest
impl RefUnwindSafe for SupportHandoffDigest
impl Send for SupportHandoffDigest
impl Sync for SupportHandoffDigest
impl Unpin for SupportHandoffDigest
impl UnsafeUnpin for SupportHandoffDigest
impl UnwindSafe for SupportHandoffDigest
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.