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