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