pub struct WrapShell {
pub security_information: Value,
pub message_header: Value,
}Expand description
Classification / header shell supplied by the caller — we do not invent markings.
Fields§
§security_information: Value§message_header: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for WrapShell
impl RefUnwindSafe for WrapShell
impl Send for WrapShell
impl Sync for WrapShell
impl Unpin for WrapShell
impl UnwindSafe for WrapShell
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