Enum kpdb::BinaryValue
source · [−]Expand description
A value for entry’s map with binaries.
Variants
Plain(Vec<u8>)
Plain binary value.
Protected(SecStr)
Protected binary value.
Ref(BinaryId)
Reference to an item in the global binaries map.
Trait Implementations
sourceimpl Clone for BinaryValue
impl Clone for BinaryValue
sourcefn clone(&self) -> BinaryValue
fn clone(&self) -> BinaryValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BinaryValue
impl Debug for BinaryValue
sourceimpl PartialEq<BinaryValue> for BinaryValue
impl PartialEq<BinaryValue> for BinaryValue
sourcefn eq(&self, other: &BinaryValue) -> bool
fn eq(&self, other: &BinaryValue) -> bool
impl StructuralPartialEq for BinaryValue
Auto Trait Implementations
impl RefUnwindSafe for BinaryValue
impl Send for BinaryValue
impl Sync for BinaryValue
impl Unpin for BinaryValue
impl UnwindSafe for BinaryValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more