pub struct NullableCodeOfConductSimple {
pub url: String,
pub key: String,
pub name: String,
pub html_url: Option<String>,
}
Expand description
NullableCodeOfConductSimple : Code of Conduct Simple
Fields§
§url: String
§key: String
§name: String
§html_url: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for NullableCodeOfConductSimple
impl Clone for NullableCodeOfConductSimple
Source§fn clone(&self) -> NullableCodeOfConductSimple
fn clone(&self) -> NullableCodeOfConductSimple
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NullableCodeOfConductSimple
impl Debug for NullableCodeOfConductSimple
Source§impl Default for NullableCodeOfConductSimple
impl Default for NullableCodeOfConductSimple
Source§fn default() -> NullableCodeOfConductSimple
fn default() -> NullableCodeOfConductSimple
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NullableCodeOfConductSimple
impl<'de> Deserialize<'de> for NullableCodeOfConductSimple
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for NullableCodeOfConductSimple
Auto Trait Implementations§
impl Freeze for NullableCodeOfConductSimple
impl RefUnwindSafe for NullableCodeOfConductSimple
impl Send for NullableCodeOfConductSimple
impl Sync for NullableCodeOfConductSimple
impl Unpin for NullableCodeOfConductSimple
impl UnwindSafe for NullableCodeOfConductSimple
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