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