pub struct StatementRef(pub String);Expand description
Reference to an attestation statement.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl AsRef<str> for StatementRef
impl AsRef<str> for StatementRef
Source§impl Clone for StatementRef
impl Clone for StatementRef
Source§fn clone(&self) -> StatementRef
fn clone(&self) -> StatementRef
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 StatementRef
impl Debug for StatementRef
Source§impl<'de> Deserialize<'de> for StatementRef
impl<'de> Deserialize<'de> for StatementRef
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 StatementRef
impl Display for StatementRef
Source§impl From<StatementRef> for String
impl From<StatementRef> for String
Source§fn from(value: StatementRef) -> Self
fn from(value: StatementRef) -> Self
Converts to this type from the input type.
Source§impl FromStr for StatementRef
impl FromStr for StatementRef
Source§impl Hash for StatementRef
impl Hash for StatementRef
Source§impl Ord for StatementRef
impl Ord for StatementRef
Source§fn cmp(&self, other: &StatementRef) -> Ordering
fn cmp(&self, other: &StatementRef) -> 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 StatementRef
impl PartialEq for StatementRef
Source§impl PartialOrd for StatementRef
impl PartialOrd for StatementRef
Source§impl Serialize for StatementRef
impl Serialize for StatementRef
Source§impl TryFrom<&str> for StatementRef
impl TryFrom<&str> for StatementRef
Source§impl TryFrom<String> for StatementRef
impl TryFrom<String> for StatementRef
impl Eq for StatementRef
impl StructuralPartialEq for StatementRef
Auto Trait Implementations§
impl Freeze for StatementRef
impl RefUnwindSafe for StatementRef
impl Send for StatementRef
impl Sync for StatementRef
impl Unpin for StatementRef
impl UnwindSafe for StatementRef
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
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.