pub enum Autocrypt {
V1,
V1_1,
}
Expand description
Version of Autocrypt to use. Autocrypt::default()
always returns the
latest version.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Autocrypt
impl RefUnwindSafe for Autocrypt
impl Send for Autocrypt
impl Sync for Autocrypt
impl Unpin for Autocrypt
impl UnwindSafe for Autocrypt
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