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