pub struct posts(/* private fields */);Expand description
Marker type for the posts field
Auto Trait Implementations§
impl Freeze for posts
impl RefUnwindSafe for posts
impl Send for posts
impl Sync for posts
impl Unpin for posts
impl UnsafeUnpin for posts
impl UnwindSafe for posts
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