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