pub struct RepositoryCodeowners;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryCodeowners
impl HasField<__typename> for RepositoryCodeowners
Source§impl HasField<errors> for RepositoryCodeowners
impl HasField<errors> for RepositoryCodeowners
Source§type Type = Vec<RepositoryCodeownersError>
type Type = Vec<RepositoryCodeownersError>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RepositoryCodeowners
impl RefUnwindSafe for RepositoryCodeowners
impl Send for RepositoryCodeowners
impl Sync for RepositoryCodeowners
impl Unpin for RepositoryCodeowners
impl UnwindSafe for RepositoryCodeowners
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