Struct arel::statements::increment::Increment
source · pub struct Increment<M: Arel> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> RefUnwindSafe for Increment<M>where
M: RefUnwindSafe,
impl<M> Send for Increment<M>
impl<M> Sync for Increment<M>where
M: Sync,
impl<M> Unpin for Increment<M>where
M: Unpin,
impl<M> UnwindSafe for Increment<M>where
M: UnwindSafe,
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