pub struct DecrypterBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for DecrypterBuilder
impl Debug for DecrypterBuilder
Source§impl Default for DecrypterBuilder
impl Default for DecrypterBuilder
Source§fn default() -> DecrypterBuilder
fn default() -> DecrypterBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DecrypterBuilder
impl RefUnwindSafe for DecrypterBuilder
impl Send for DecrypterBuilder
impl Sync for DecrypterBuilder
impl Unpin for DecrypterBuilder
impl UnwindSafe for DecrypterBuilder
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