pub struct PermissionSource;
Trait Implementations§
Source§impl HasField<__typename> for PermissionSource
impl HasField<__typename> for PermissionSource
Source§impl HasField<organization> for PermissionSource
impl HasField<organization> for PermissionSource
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<permission> for PermissionSource
impl HasField<permission> for PermissionSource
Source§type Type = DefaultRepositoryPermissionField
type Type = DefaultRepositoryPermissionField
The schema marker type of this field.
Source§impl HasField<source> for PermissionSource
impl HasField<source> for PermissionSource
Source§type Type = PermissionGranter
type Type = PermissionGranter
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for PermissionSource
impl RefUnwindSafe for PermissionSource
impl Send for PermissionSource
impl Sync for PermissionSource
impl Unpin for PermissionSource
impl UnwindSafe for PermissionSource
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