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