pub struct SetBody;
Expand description
SetBody state, has header and ID
Auto Trait Implementations§
impl Freeze for SetBody
impl RefUnwindSafe for SetBody
impl Send for SetBody
impl Sync for SetBody
impl Unpin for SetBody
impl UnwindSafe for SetBody
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