pub struct DecryptedData {
pub text: String,
}Fields§
§text: StringAuto Trait Implementations§
impl Freeze for DecryptedData
impl RefUnwindSafe for DecryptedData
impl Send for DecryptedData
impl Sync for DecryptedData
impl Unpin for DecryptedData
impl UnsafeUnpin for DecryptedData
impl UnwindSafe for DecryptedData
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