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