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