pub struct Plaintext<W = String> { /* private fields */ }
Expand description
The PLAINTEXT
signature method.
Implementations§
Trait Implementations§
Source§impl<W> SignatureMethod for Plaintext<W>
impl<W> SignatureMethod for Plaintext<W>
impl<W> Copy for Plaintext<W>
Auto Trait Implementations§
impl<W> Freeze for Plaintext<W>
impl<W> RefUnwindSafe for Plaintext<W>
impl<W> Send for Plaintext<W>
impl<W> Sync for Plaintext<W>
impl<W> Unpin for Plaintext<W>
impl<W> UnwindSafe for Plaintext<W>
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