pub struct CreateArgs {
pub create_type_type: CreateType,
pub create_type: Option<WIPOffset<UnionWIPOffset>>,
}Fields§
§create_type_type: CreateType§create_type: Option<WIPOffset<UnionWIPOffset>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateArgs
impl RefUnwindSafe for CreateArgs
impl Send for CreateArgs
impl Sync for CreateArgs
impl Unpin for CreateArgs
impl UnwindSafe for CreateArgs
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