Enum embedded_redis::commands::set::Exclusivity
source · pub enum Exclusivity {
None,
SetIfExists,
SetIfMissing,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for Exclusivity
impl Send for Exclusivity
impl Sync for Exclusivity
impl Unpin for Exclusivity
impl UnwindSafe for Exclusivity
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