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