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