pub struct TodoState { /* private fields */ }Expand description
Thread-safe shared state for todo list.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TodoState
impl !RefUnwindSafe for TodoState
impl Send for TodoState
impl Sync for TodoState
impl Unpin for TodoState
impl !UnwindSafe for TodoState
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