Enum github_rest::model::commits::association::Association
source · pub enum Association {
Collaborator,
Contributor,
FirstTimer,
FirstTimeContributor,
Mannequin,
Member,
None,
Owner,
}
Variants§
Trait Implementations§
source§impl Clone for Association
impl Clone for Association
source§fn clone(&self) -> Association
fn clone(&self) -> Association
Returns a copy 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 Association
impl Debug for Association
source§impl Default for Association
impl Default for Association
source§fn default() -> Association
fn default() -> Association
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Association
impl<'de> Deserialize<'de> for Association
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
source§impl PartialEq<Association> for Association
impl PartialEq<Association> for Association
source§fn eq(&self, other: &Association) -> bool
fn eq(&self, other: &Association) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for Association
impl Serialize for Association
impl StructuralPartialEq for Association
Auto Trait Implementations§
impl RefUnwindSafe for Association
impl Send for Association
impl Sync for Association
impl Unpin for Association
impl UnwindSafe for Association
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