pub struct RepositoryInvitation;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryInvitation
impl HasField<__typename> for RepositoryInvitation
Source§impl HasField<email> for RepositoryInvitation
impl HasField<email> for RepositoryInvitation
Source§impl HasField<id> for RepositoryInvitation
impl HasField<id> for RepositoryInvitation
Source§impl HasField<invitee> for RepositoryInvitation
impl HasField<invitee> for RepositoryInvitation
Source§impl HasField<inviter> for RepositoryInvitation
impl HasField<inviter> for RepositoryInvitation
Source§impl HasField<permalink> for RepositoryInvitation
impl HasField<permalink> for RepositoryInvitation
Source§impl HasField<permission> for RepositoryInvitation
impl HasField<permission> for RepositoryInvitation
Source§type Type = RepositoryPermission
type Type = RepositoryPermission
The schema marker type of this field.
Source§impl HasField<repository> for RepositoryInvitation
impl HasField<repository> for RepositoryInvitation
Source§type Type = Option<RepositoryInfo>
type Type = Option<RepositoryInfo>
The schema marker type of this field.
Source§impl NamedType for RepositoryInvitation
impl NamedType for RepositoryInvitation
impl HasSubtype<RepositoryInvitation> for Node
Auto Trait Implementations§
impl Freeze for RepositoryInvitation
impl RefUnwindSafe for RepositoryInvitation
impl Send for RepositoryInvitation
impl Sync for RepositoryInvitation
impl Unpin for RepositoryInvitation
impl UnwindSafe for RepositoryInvitation
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