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