pub struct ExternalUserEdge;Trait Implementations§
Source§impl HasField<__typename> for ExternalUserEdge
impl HasField<__typename> for ExternalUserEdge
Source§impl HasField<cursor> for ExternalUserEdge
impl HasField<cursor> for ExternalUserEdge
Source§impl HasField<node> for ExternalUserEdge
impl HasField<node> for ExternalUserEdge
Source§type Type = ExternalUser
type Type = ExternalUser
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ExternalUserEdge
impl RefUnwindSafe for ExternalUserEdge
impl Send for ExternalUserEdge
impl Sync for ExternalUserEdge
impl Unpin for ExternalUserEdge
impl UnwindSafe for ExternalUserEdge
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