pub struct GetArgs {
pub get_type_type: GetType,
pub get_type: Option<WIPOffset<UnionWIPOffset>>,
}Fields§
§get_type_type: GetType§get_type: Option<WIPOffset<UnionWIPOffset>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetArgs
impl RefUnwindSafe for GetArgs
impl Send for GetArgs
impl Sync for GetArgs
impl Unpin for GetArgs
impl UnwindSafe for GetArgs
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