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