pub enum KeyBifVersion {
V1,
E1,
}Expand description
Supported KEY/BIF versions.
Variants§
V1
Legacy KEY/BIF layout.
E1
Enhanced-edition KEY/BIF layout with optional compression metadata and OID support.
Trait Implementations§
Source§impl Clone for KeyBifVersion
impl Clone for KeyBifVersion
Source§fn clone(&self) -> KeyBifVersion
fn clone(&self) -> KeyBifVersion
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 KeyBifVersion
impl Debug for KeyBifVersion
Source§impl PartialEq for KeyBifVersion
impl PartialEq for KeyBifVersion
impl Copy for KeyBifVersion
impl Eq for KeyBifVersion
impl StructuralPartialEq for KeyBifVersion
Auto Trait Implementations§
impl Freeze for KeyBifVersion
impl RefUnwindSafe for KeyBifVersion
impl Send for KeyBifVersion
impl Sync for KeyBifVersion
impl Unpin for KeyBifVersion
impl UnsafeUnpin for KeyBifVersion
impl UnwindSafe for KeyBifVersion
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.