pub struct IgnoreType;Trait Implementations§
Source§impl Clone for IgnoreType
impl Clone for IgnoreType
Source§fn clone(&self) -> IgnoreType
fn clone(&self) -> IgnoreType
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 IgnoreType
impl Debug for IgnoreType
Source§impl Default for IgnoreType
impl Default for IgnoreType
Source§fn default() -> IgnoreType
fn default() -> IgnoreType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IgnoreType
impl<'de> Deserialize<'de> for IgnoreType
Source§fn deserialize<D>(deserializer: D) -> Result<IgnoreType, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<IgnoreType, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IgnoreType
impl RefUnwindSafe for IgnoreType
impl Send for IgnoreType
impl Sync for IgnoreType
impl Unpin for IgnoreType
impl UnwindSafe for IgnoreType
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