pub struct WebhooksApprover {Show 18 fields
pub avatar_url: Option<String>,
pub events_url: Option<String>,
pub followers_url: Option<String>,
pub following_url: Option<String>,
pub gists_url: Option<String>,
pub gravatar_id: Option<String>,
pub html_url: Option<String>,
pub id: Option<i32>,
pub login: Option<String>,
pub node_id: Option<String>,
pub organizations_url: Option<String>,
pub received_events_url: Option<String>,
pub repos_url: Option<String>,
pub site_admin: Option<bool>,
pub starred_url: Option<String>,
pub subscriptions_url: Option<String>,
pub type: Option<String>,
pub url: Option<String>,
}
Fields§
§avatar_url: Option<String>
§events_url: Option<String>
§followers_url: Option<String>
§following_url: Option<String>
§gists_url: Option<String>
§gravatar_id: Option<String>
§html_url: Option<String>
§id: Option<i32>
§login: Option<String>
§node_id: Option<String>
§organizations_url: Option<String>
§received_events_url: Option<String>
§repos_url: Option<String>
§site_admin: Option<bool>
§starred_url: Option<String>
§subscriptions_url: Option<String>
§type: Option<String>
§url: Option<String>
Implementations§
Source§impl WebhooksApprover
impl WebhooksApprover
pub fn new() -> WebhooksApprover
Trait Implementations§
Source§impl Clone for WebhooksApprover
impl Clone for WebhooksApprover
Source§fn clone(&self) -> WebhooksApprover
fn clone(&self) -> WebhooksApprover
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 WebhooksApprover
impl Debug for WebhooksApprover
Source§impl Default for WebhooksApprover
impl Default for WebhooksApprover
Source§fn default() -> WebhooksApprover
fn default() -> WebhooksApprover
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksApprover
impl<'de> Deserialize<'de> for WebhooksApprover
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 WebhooksApprover
impl PartialEq for WebhooksApprover
Source§impl Serialize for WebhooksApprover
impl Serialize for WebhooksApprover
impl StructuralPartialEq for WebhooksApprover
Auto Trait Implementations§
impl Freeze for WebhooksApprover
impl RefUnwindSafe for WebhooksApprover
impl Send for WebhooksApprover
impl Sync for WebhooksApprover
impl Unpin for WebhooksApprover
impl UnwindSafe for WebhooksApprover
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