Struct github_webhook::payload_types::Organization  
source · pub struct Organization<'a> {Show 13 fields
    pub login: &'a str,
    pub id: usize,
    pub node_id: &'a str,
    pub url: &'a str,
    pub html_url: Option<&'a str>,
    pub repos_url: &'a str,
    pub events_url: &'a str,
    pub hooks_url: &'a str,
    pub issues_url: &'a str,
    pub members_url: &'a str,
    pub public_members_url: &'a str,
    pub avatar_url: &'a str,
    pub description: Option<&'a str>,
}Fields§
§login: &'a str§id: usize§node_id: &'a str§url: &'a str§html_url: Option<&'a str>§repos_url: &'a str§events_url: &'a str§hooks_url: &'a str§issues_url: &'a str§members_url: &'a str§public_members_url: &'a str§avatar_url: &'a str§description: Option<&'a str>Trait Implementations§
source§impl<'a> Debug for Organization<'a>
 
impl<'a> Debug for Organization<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for Organization<'a>
 
impl<'de: 'a, 'a> Deserialize<'de> for Organization<'a>
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
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Organization<'a>
impl<'a> Send for Organization<'a>
impl<'a> Sync for Organization<'a>
impl<'a> Unpin for Organization<'a>
impl<'a> UnwindSafe for Organization<'a>
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