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