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