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