pub struct E2eeOptions {
pub encryption_type: EncryptionType,
pub key_provider: KeyProvider,
}Fields§
§encryption_type: EncryptionType§key_provider: KeyProviderTrait Implementations§
Source§impl Clone for E2eeOptions
impl Clone for E2eeOptions
Source§fn clone(&self) -> E2eeOptions
fn clone(&self) -> E2eeOptions
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 E2eeOptions
impl RefUnwindSafe for E2eeOptions
impl Send for E2eeOptions
impl Sync for E2eeOptions
impl Unpin for E2eeOptions
impl UnsafeUnpin for E2eeOptions
impl UnwindSafe for E2eeOptions
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