pub struct permission;Trait Implementations§
Source§impl Field for permission
impl Field for permission
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.
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