Enum github_rest::model::apps::events::RepositorySelection    
source · pub enum RepositorySelection {
    Selected,
    All,
}Variants§
Trait Implementations§
source§impl Clone for RepositorySelection
 
impl Clone for RepositorySelection
source§fn clone(&self) -> RepositorySelection
 
fn clone(&self) -> RepositorySelection
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 RepositorySelection
 
impl Debug for RepositorySelection
source§impl<'de> Deserialize<'de> for RepositorySelection
 
impl<'de> Deserialize<'de> for RepositorySelection
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 FromStr for RepositorySelection
 
impl FromStr for RepositorySelection
source§impl PartialEq<RepositorySelection> for RepositorySelection
 
impl PartialEq<RepositorySelection> for RepositorySelection
source§fn eq(&self, other: &RepositorySelection) -> bool
 
fn eq(&self, other: &RepositorySelection) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for RepositorySelection
 
impl Serialize for RepositorySelection
source§impl TryFrom<&str> for RepositorySelection
 
impl TryFrom<&str> for RepositorySelection
source§impl VariantNames for RepositorySelection
 
impl VariantNames for RepositorySelection
impl StructuralPartialEq for RepositorySelection
Auto Trait Implementations§
impl RefUnwindSafe for RepositorySelection
impl Send for RepositorySelection
impl Sync for RepositorySelection
impl Unpin for RepositorySelection
impl UnwindSafe for RepositorySelection
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