pub struct Blanking(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Blanking
impl<'de> Deserialize<'de> for Blanking
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 Ord for Blanking
impl Ord for Blanking
Source§impl PartialOrd for Blanking
impl PartialOrd for Blanking
impl Copy for Blanking
impl Eq for Blanking
impl StructuralPartialEq for Blanking
Auto Trait Implementations§
impl Freeze for Blanking
impl RefUnwindSafe for Blanking
impl Send for Blanking
impl Sync for Blanking
impl Unpin for Blanking
impl UnwindSafe for Blanking
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