pub struct ExtractorIdentity {
pub chain: Chain,
pub name: String,
}Fields§
§chain: Chain§name: StringImplementations§
Trait Implementations§
Source§impl Clone for ExtractorIdentity
impl Clone for ExtractorIdentity
Source§fn clone(&self) -> ExtractorIdentity
fn clone(&self) -> ExtractorIdentity
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 ExtractorIdentity
impl Debug for ExtractorIdentity
Source§impl Default for ExtractorIdentity
impl Default for ExtractorIdentity
Source§fn default() -> ExtractorIdentity
fn default() -> ExtractorIdentity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtractorIdentity
impl<'de> Deserialize<'de> for ExtractorIdentity
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 ExtractorIdentity
impl Display for ExtractorIdentity
Source§impl From<ExtractorIdentity> for ExtractorIdentity
impl From<ExtractorIdentity> for ExtractorIdentity
Source§fn from(value: ExtractorIdentity) -> Self
fn from(value: ExtractorIdentity) -> Self
Converts to this type from the input type.
Source§impl From<ExtractorIdentity> for ExtractorIdentity
impl From<ExtractorIdentity> for ExtractorIdentity
Source§fn from(value: ExtractorIdentity) -> Self
fn from(value: ExtractorIdentity) -> Self
Converts to this type from the input type.
Source§impl Hash for ExtractorIdentity
impl Hash for ExtractorIdentity
Source§impl PartialEq for ExtractorIdentity
impl PartialEq for ExtractorIdentity
Source§impl Serialize for ExtractorIdentity
impl Serialize for ExtractorIdentity
impl Eq for ExtractorIdentity
impl StructuralPartialEq for ExtractorIdentity
Auto Trait Implementations§
impl Freeze for ExtractorIdentity
impl RefUnwindSafe for ExtractorIdentity
impl Send for ExtractorIdentity
impl Sync for ExtractorIdentity
impl Unpin for ExtractorIdentity
impl UnwindSafe for ExtractorIdentity
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> 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.