pub struct SingleUserEAGDetailOutput;
Trait Implementations§
Source§impl HasField<result> for SingleUserEAGDetailOutput
impl HasField<result> for SingleUserEAGDetailOutput
Source§type Type = Option<UserEAGDetail>
type Type = Option<UserEAGDetail>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleUserEAGDetailOutput
impl RefUnwindSafe for SingleUserEAGDetailOutput
impl Send for SingleUserEAGDetailOutput
impl Sync for SingleUserEAGDetailOutput
impl Unpin for SingleUserEAGDetailOutput
impl UnwindSafe for SingleUserEAGDetailOutput
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