pub struct messageBody;
Trait Implementations§
Source§impl Field for messageBody
impl Field for messageBody
Auto Trait Implementations§
impl Freeze for messageBody
impl RefUnwindSafe for messageBody
impl Send for messageBody
impl Sync for messageBody
impl Unpin for messageBody
impl UnwindSafe for messageBody
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