pub struct DecryptedObject {
pub header: ObjectHeader,
pub plaintext: Vec<u8>,
}Fields§
§header: ObjectHeader§plaintext: Vec<u8>Trait Implementations§
Source§impl Clone for DecryptedObject
impl Clone for DecryptedObject
Auto Trait Implementations§
impl Freeze for DecryptedObject
impl RefUnwindSafe for DecryptedObject
impl Send for DecryptedObject
impl Sync for DecryptedObject
impl Unpin for DecryptedObject
impl UnsafeUnpin for DecryptedObject
impl UnwindSafe for DecryptedObject
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