pub struct LastValueState { /* private fields */ }Auto Trait Implementations§
impl Freeze for LastValueState
impl RefUnwindSafe for LastValueState
impl Send for LastValueState
impl Sync for LastValueState
impl Unpin for LastValueState
impl UnsafeUnpin for LastValueState
impl UnwindSafe for LastValueState
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