pub struct UnlessConflict;Expand description
DefaultInsertConflict struct
Trait Implementations§
Source§impl Clone for UnlessConflict
impl Clone for UnlessConflict
Source§fn clone(&self) -> UnlessConflict
fn clone(&self) -> UnlessConflict
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Conflict<EmptyQuery> for UnlessConflict
impl Conflict<EmptyQuery> for UnlessConflict
fn else_query(&self) -> Option<EmptyQuery>
Auto Trait Implementations§
impl Freeze for UnlessConflict
impl RefUnwindSafe for UnlessConflict
impl Send for UnlessConflict
impl Sync for UnlessConflict
impl Unpin for UnlessConflict
impl UnwindSafe for UnlessConflict
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