pub enum GithubOrgType {
User,
Organization,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for GithubOrgType
impl Clone for GithubOrgType
Source§fn clone(&self) -> GithubOrgType
fn clone(&self) -> GithubOrgType
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 GithubOrgType
impl Debug for GithubOrgType
Source§impl<'de> Deserialize<'de> for GithubOrgType
impl<'de> Deserialize<'de> for GithubOrgType
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 for GithubOrgType
impl PartialEq for GithubOrgType
Source§impl Serialize for GithubOrgType
impl Serialize for GithubOrgType
impl Eq for GithubOrgType
impl StructuralPartialEq for GithubOrgType
Auto Trait Implementations§
impl Freeze for GithubOrgType
impl RefUnwindSafe for GithubOrgType
impl Send for GithubOrgType
impl Sync for GithubOrgType
impl Unpin for GithubOrgType
impl UnwindSafe for GithubOrgType
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