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