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