#[repr(u8)]pub enum CacheLeaseOwnerScope {
Connection = 0,
Session = 1,
Operation = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CacheLeaseOwnerScope
impl Clone for CacheLeaseOwnerScope
Source§fn clone(&self) -> CacheLeaseOwnerScope
fn clone(&self) -> CacheLeaseOwnerScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CacheLeaseOwnerScope
impl Debug for CacheLeaseOwnerScope
Source§impl PartialEq for CacheLeaseOwnerScope
impl PartialEq for CacheLeaseOwnerScope
Source§fn eq(&self, other: &CacheLeaseOwnerScope) -> bool
fn eq(&self, other: &CacheLeaseOwnerScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CacheLeaseOwnerScope
impl Eq for CacheLeaseOwnerScope
impl StructuralPartialEq for CacheLeaseOwnerScope
Auto Trait Implementations§
impl Freeze for CacheLeaseOwnerScope
impl RefUnwindSafe for CacheLeaseOwnerScope
impl Send for CacheLeaseOwnerScope
impl Sync for CacheLeaseOwnerScope
impl Unpin for CacheLeaseOwnerScope
impl UnsafeUnpin for CacheLeaseOwnerScope
impl UnwindSafe for CacheLeaseOwnerScope
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