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