pub enum KeyAccessKind {
Single,
Many,
Only,
}Expand description
KeyAccessKind Identifies which key-only builder set the access path.
Variants§
Trait Implementations§
Source§impl Clone for KeyAccessKind
impl Clone for KeyAccessKind
Source§fn clone(&self) -> KeyAccessKind
fn clone(&self) -> KeyAccessKind
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 Debug for KeyAccessKind
impl Debug for KeyAccessKind
Source§impl PartialEq for KeyAccessKind
impl PartialEq for KeyAccessKind
impl Copy for KeyAccessKind
impl Eq for KeyAccessKind
impl StructuralPartialEq for KeyAccessKind
Auto Trait Implementations§
impl Freeze for KeyAccessKind
impl RefUnwindSafe for KeyAccessKind
impl Send for KeyAccessKind
impl Sync for KeyAccessKind
impl Unpin for KeyAccessKind
impl UnsafeUnpin for KeyAccessKind
impl UnwindSafe for KeyAccessKind
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