pub struct EncodedExport {
pub kdf_params: KdfParams,
pub encrypted_data: EncryptedData,
}Expand description
Encoded export data (binary format)
Fields§
§kdf_params: KdfParams§encrypted_data: EncryptedDataTrait Implementations§
Source§impl Clone for EncodedExport
impl Clone for EncodedExport
Source§fn clone(&self) -> EncodedExport
fn clone(&self) -> EncodedExport
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 moreAuto Trait Implementations§
impl Freeze for EncodedExport
impl RefUnwindSafe for EncodedExport
impl Send for EncodedExport
impl Sync for EncodedExport
impl Unpin for EncodedExport
impl UnwindSafe for EncodedExport
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