pub struct EncryptedRecord { /* private fields */ }Implementations§
Source§impl EncryptedRecord
impl EncryptedRecord
pub fn algorithm(&self) -> EncryptionAlgorithm
Trait Implementations§
Source§impl Clone for EncryptedRecord
impl Clone for EncryptedRecord
Source§fn clone(&self) -> EncryptedRecord
fn clone(&self) -> EncryptedRecord
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 EncryptedRecord
impl Debug for EncryptedRecord
Source§impl DeepSize for EncryptedRecord
impl DeepSize for EncryptedRecord
Source§impl Encodable for EncryptedRecord
impl Encodable for EncryptedRecord
Source§impl PartialEq for EncryptedRecord
impl PartialEq for EncryptedRecord
Source§impl TryFrom<Bytes> for EncryptedRecord
impl TryFrom<Bytes> for EncryptedRecord
impl Eq for EncryptedRecord
impl StructuralPartialEq for EncryptedRecord
Auto Trait Implementations§
impl !Freeze for EncryptedRecord
impl RefUnwindSafe for EncryptedRecord
impl Send for EncryptedRecord
impl Sync for EncryptedRecord
impl Unpin for EncryptedRecord
impl UnsafeUnpin for EncryptedRecord
impl UnwindSafe for EncryptedRecord
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