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