pub struct SetNull { /* private fields */ }Expand description
Set fields to null based on conditions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetNull
impl RefUnwindSafe for SetNull
impl Send for SetNull
impl Sync for SetNull
impl Unpin for SetNull
impl UnsafeUnpin for SetNull
impl UnwindSafe for SetNull
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