pub struct Decrypter { /* private fields */ }
Implementations§
Source§impl Decrypter
impl Decrypter
pub fn from_payload(payload: &impl DecrypterPayload) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Decrypter
impl RefUnwindSafe for Decrypter
impl Send for Decrypter
impl Sync for Decrypter
impl Unpin for Decrypter
impl UnwindSafe for Decrypter
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