pub struct SingleUserOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleUserOutput
impl HasField<__typename> for SingleUserOutput
Source§impl HasField<result> for SingleUserOutput
impl HasField<result> for SingleUserOutput
Auto Trait Implementations§
impl Freeze for SingleUserOutput
impl RefUnwindSafe for SingleUserOutput
impl Send for SingleUserOutput
impl Sync for SingleUserOutput
impl Unpin for SingleUserOutput
impl UnwindSafe for SingleUserOutput
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