pub struct F2aEncryptedRootArgs {
pub message_type: F2aMessage,
pub message: Option<WIPOffset<UnionWIPOffset>>,
}
Fields§
§message_type: F2aMessage
§message: Option<WIPOffset<UnionWIPOffset>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for F2aEncryptedRootArgs
impl RefUnwindSafe for F2aEncryptedRootArgs
impl Send for F2aEncryptedRootArgs
impl Sync for F2aEncryptedRootArgs
impl Unpin for F2aEncryptedRootArgs
impl UnwindSafe for F2aEncryptedRootArgs
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