#[repr(C)]pub struct IdentityPrimitive {
    pub input: FilterPrimitiveInput,
}Fields§
§input: FilterPrimitiveInputTrait Implementations§
Source§impl Clone for IdentityPrimitive
 
impl Clone for IdentityPrimitive
Source§fn clone(&self) -> IdentityPrimitive
 
fn clone(&self) -> IdentityPrimitive
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 IdentityPrimitive
 
impl Debug for IdentityPrimitive
Source§impl Default for IdentityPrimitive
 
impl Default for IdentityPrimitive
Source§fn default() -> IdentityPrimitive
 
fn default() -> IdentityPrimitive
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityPrimitive
 
impl<'de> Deserialize<'de> for IdentityPrimitive
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 PartialEq for IdentityPrimitive
 
impl PartialEq for IdentityPrimitive
Source§impl Peek for IdentityPrimitive
 
impl Peek for IdentityPrimitive
Source§impl Poke for IdentityPrimitive
 
impl Poke for IdentityPrimitive
Source§impl Serialize for IdentityPrimitive
 
impl Serialize for IdentityPrimitive
impl Copy for IdentityPrimitive
impl StructuralPartialEq for IdentityPrimitive
Auto Trait Implementations§
impl Freeze for IdentityPrimitive
impl RefUnwindSafe for IdentityPrimitive
impl Send for IdentityPrimitive
impl Sync for IdentityPrimitive
impl Unpin for IdentityPrimitive
impl UnwindSafe for IdentityPrimitive
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