pub struct codesOfConduct;
Trait Implementations§
Source§impl Field for codesOfConduct
impl Field for codesOfConduct
Auto Trait Implementations§
impl Freeze for codesOfConduct
impl RefUnwindSafe for codesOfConduct
impl Send for codesOfConduct
impl Sync for codesOfConduct
impl Unpin for codesOfConduct
impl UnwindSafe for codesOfConduct
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