pub struct Insertion { /* private fields */ }
Expand description
TODO: docs
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Insertion
impl<'de> Deserialize<'de> for Insertion
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<Insertion, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Insertion, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for Insertion
impl Serialize for Insertion
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl ShouldCompress for Insertion
impl ShouldCompress for Insertion
Source§fn should_compress(&self) -> bool
fn should_compress(&self) -> bool
TODO: doc
impl Eq for Insertion
impl StructuralPartialEq for Insertion
Auto Trait Implementations§
impl Freeze for Insertion
impl RefUnwindSafe for Insertion
impl Send for Insertion
impl Sync for Insertion
impl Unpin for Insertion
impl UnwindSafe for Insertion
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