pub struct CiphertextMessage {
pub message_type: u8,
pub body: Vec<u8>,
}Fields§
§message_type: u8§body: Vec<u8>Auto Trait Implementations§
impl Freeze for CiphertextMessage
impl RefUnwindSafe for CiphertextMessage
impl Send for CiphertextMessage
impl Sync for CiphertextMessage
impl Unpin for CiphertextMessage
impl UnsafeUnpin for CiphertextMessage
impl UnwindSafe for CiphertextMessage
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