pub struct BodyRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BodyRef
impl<'de> Deserialize<'de> for BodyRef
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for BodyRef
impl Ord for BodyRef
Source§impl PartialOrd for BodyRef
impl PartialOrd for BodyRef
impl Eq for BodyRef
impl StructuralPartialEq for BodyRef
Auto Trait Implementations§
impl Freeze for BodyRef
impl RefUnwindSafe for BodyRef
impl Send for BodyRef
impl Sync for BodyRef
impl Unpin for BodyRef
impl UnsafeUnpin for BodyRef
impl UnwindSafe for BodyRef
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