pub enum KeyIdentView {
Ident(IdentHandle),
True(TrueHandle),
False(FalseHandle),
Null(NullHandle),
}Variants§
Trait Implementations§
Source§impl Clone for KeyIdentView
impl Clone for KeyIdentView
Source§fn clone(&self) -> KeyIdentView
fn clone(&self) -> KeyIdentView
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 KeyIdentView
impl Debug for KeyIdentView
Source§impl PartialEq for KeyIdentView
impl PartialEq for KeyIdentView
impl Copy for KeyIdentView
impl Eq for KeyIdentView
impl StructuralPartialEq for KeyIdentView
Auto Trait Implementations§
impl Freeze for KeyIdentView
impl RefUnwindSafe for KeyIdentView
impl Send for KeyIdentView
impl Sync for KeyIdentView
impl Unpin for KeyIdentView
impl UnwindSafe for KeyIdentView
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