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