pub struct errors;
Trait Implementations§
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 errors
impl RefUnwindSafe for errors
impl Send for errors
impl Sync for errors
impl Unpin for errors
impl UnwindSafe for errors
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