pub struct MissingBody;
Trait Implementations§
Source§impl Clone for MissingBody
impl Clone for MissingBody
Source§fn clone(&self) -> MissingBody
fn clone(&self) -> MissingBody
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<'de> Deserialize<'de> for MissingBody
impl<'de> Deserialize<'de> for MissingBody
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
impl Copy for MissingBody
Auto Trait Implementations§
impl Freeze for MissingBody
impl RefUnwindSafe for MissingBody
impl Send for MissingBody
impl Sync for MissingBody
impl Unpin for MissingBody
impl UnwindSafe for MissingBody
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