pub struct NoneSet;Expand description
State representing that an UPDATE has been set.
UPDATE queries in this state cannot be executed.
Auto Trait Implementations§
impl RefUnwindSafe for NoneSet
impl Send for NoneSet
impl Sync for NoneSet
impl Unpin for NoneSet
impl UnwindSafe for NoneSet
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