pub struct ControllerSnapshots(/* private fields */);Expand description
ControllerSnapshots
Auto Trait Implementations§
impl Freeze for ControllerSnapshots
impl RefUnwindSafe for ControllerSnapshots
impl Send for ControllerSnapshots
impl Sync for ControllerSnapshots
impl Unpin for ControllerSnapshots
impl UnsafeUnpin for ControllerSnapshots
impl UnwindSafe for ControllerSnapshots
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