pub struct MultiUserEAGDetailInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiUserEAGDetailInput
impl HasInputField<enableTotal, Option<bool>> for MultiUserEAGDetailInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiUserEAGDetailInput
impl HasInputField<terms, Option<JSON>> for MultiUserEAGDetailInput
impl InputObjectMarker for MultiUserEAGDetailInput
Auto Trait Implementations§
impl Freeze for MultiUserEAGDetailInput
impl RefUnwindSafe for MultiUserEAGDetailInput
impl Send for MultiUserEAGDetailInput
impl Sync for MultiUserEAGDetailInput
impl Unpin for MultiUserEAGDetailInput
impl UnwindSafe for MultiUserEAGDetailInput
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