pub struct PassEncryptor { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for PassEncryptor
impl Clone for PassEncryptor
Source§fn clone(&self) -> PassEncryptor
fn clone(&self) -> PassEncryptor
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 PassEncryptor
impl Debug for PassEncryptor
Auto Trait Implementations§
impl Freeze for PassEncryptor
impl RefUnwindSafe for PassEncryptor
impl Send for PassEncryptor
impl Sync for PassEncryptor
impl Unpin for PassEncryptor
impl UnwindSafe for PassEncryptor
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