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