pub struct WebhooksPullRequest5Parent {
pub description: Option<String>,
pub html_url: Option<String>,
pub id: Option<i64>,
pub members_url: Option<String>,
pub name: Option<String>,
pub node_id: Option<String>,
pub permission: Option<String>,
pub privacy: Option<String>,
pub repositories_url: Option<String>,
pub slug: Option<String>,
pub url: Option<String>,
}Fields§
§description: Option<String>Description of the team
html_url: Option<String>§id: Option<i64>Unique identifier of the team
members_url: Option<String>§name: Option<String>Name of the team
node_id: Option<String>§permission: Option<String>Permission that the team will have for its repositories
privacy: Option<String>§repositories_url: Option<String>§slug: Option<String>§url: Option<String>URL for the team
Trait Implementations§
Source§impl Clone for WebhooksPullRequest5Parent
impl Clone for WebhooksPullRequest5Parent
Source§fn clone(&self) -> WebhooksPullRequest5Parent
fn clone(&self) -> WebhooksPullRequest5Parent
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 WebhooksPullRequest5Parent
impl Debug for WebhooksPullRequest5Parent
Source§impl Default for WebhooksPullRequest5Parent
impl Default for WebhooksPullRequest5Parent
Source§fn default() -> WebhooksPullRequest5Parent
fn default() -> WebhooksPullRequest5Parent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksPullRequest5Parent
impl<'de> Deserialize<'de> for WebhooksPullRequest5Parent
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 WebhooksPullRequest5Parent
Auto Trait Implementations§
impl Freeze for WebhooksPullRequest5Parent
impl RefUnwindSafe for WebhooksPullRequest5Parent
impl Send for WebhooksPullRequest5Parent
impl Sync for WebhooksPullRequest5Parent
impl Unpin for WebhooksPullRequest5Parent
impl UnwindSafe for WebhooksPullRequest5Parent
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