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