pub enum Vtl {
Vtl0 = 0,
Vtl1 = 1,
Vtl2 = 2,
}Expand description
Virtual trust level
Variants§
Trait Implementations§
impl Copy for Vtl
impl Eq for Vtl
impl StructuralPartialEq for Vtl
Auto Trait Implementations§
impl Freeze for Vtl
impl RefUnwindSafe for Vtl
impl Send for Vtl
impl Sync for Vtl
impl Unpin for Vtl
impl UnwindSafe for Vtl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.