pub struct CreateUserEAGDetailInput;
Trait Implementations§
impl HasInputField<data, CreateUserEAGDetailDataInput> for CreateUserEAGDetailInput
impl InputObjectMarker for CreateUserEAGDetailInput
Auto Trait Implementations§
impl Freeze for CreateUserEAGDetailInput
impl RefUnwindSafe for CreateUserEAGDetailInput
impl Send for CreateUserEAGDetailInput
impl Sync for CreateUserEAGDetailInput
impl Unpin for CreateUserEAGDetailInput
impl UnwindSafe for CreateUserEAGDetailInput
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