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