Struct atuin_common::record::DecryptedData
source · pub struct DecryptedData(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Trait Implementations§
source§impl Clone for DecryptedData
impl Clone for DecryptedData
source§fn clone(&self) -> DecryptedData
fn clone(&self) -> DecryptedData
Returns a copy 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 DecryptedData
impl Debug for DecryptedData
source§impl PartialEq for DecryptedData
impl PartialEq for DecryptedData
source§fn eq(&self, other: &DecryptedData) -> bool
fn eq(&self, other: &DecryptedData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DecryptedData
Auto Trait Implementations§
impl RefUnwindSafe for DecryptedData
impl Send for DecryptedData
impl Sync for DecryptedData
impl Unpin for DecryptedData
impl UnwindSafe for DecryptedData
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