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