pub struct MissingPlaintext;Expand description
Staged builder state: no plaintext has been provided yet.
Auto Trait Implementations§
impl Freeze for MissingPlaintext
impl RefUnwindSafe for MissingPlaintext
impl Send for MissingPlaintext
impl Sync for MissingPlaintext
impl Unpin for MissingPlaintext
impl UnsafeUnpin for MissingPlaintext
impl UnwindSafe for MissingPlaintext
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