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