pub struct plaintext(/* private fields */);Expand description
Marker type for the plaintext field
Auto Trait Implementations§
impl Freeze for plaintext
impl RefUnwindSafe for plaintext
impl Send for plaintext
impl Sync for plaintext
impl Unpin for plaintext
impl UnsafeUnpin for plaintext
impl UnwindSafe for plaintext
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