pub struct BranchrestrictionpolicyOwner {Show 24 fields
pub login: Option<String>,
pub id: Option<i64>,
pub node_id: Option<String>,
pub url: Option<String>,
pub repos_url: Option<String>,
pub events_url: Option<String>,
pub hooks_url: Option<String>,
pub issues_url: Option<String>,
pub members_url: Option<String>,
pub public_members_url: Option<String>,
pub avatar_url: Option<String>,
pub description: Option<String>,
pub gravatar_id: Option<String>,
pub html_url: Option<String>,
pub followers_url: Option<String>,
pub following_url: Option<String>,
pub gists_url: Option<String>,
pub starred_url: Option<String>,
pub subscriptions_url: Option<String>,
pub organizations_url: Option<String>,
pub received_events_url: Option<String>,
pub _type: Option<String>,
pub site_admin: Option<bool>,
pub user_view_type: Option<String>,
}Fields§
§login: Option<String>§id: Option<i64>§node_id: Option<String>§url: Option<String>§repos_url: Option<String>§events_url: Option<String>§hooks_url: Option<String>§issues_url: Option<String>§members_url: Option<String>§public_members_url: Option<String>§avatar_url: Option<String>§description: Option<String>§gravatar_id: Option<String>§html_url: Option<String>§followers_url: Option<String>§following_url: Option<String>§gists_url: Option<String>§starred_url: Option<String>§subscriptions_url: Option<String>§organizations_url: Option<String>§received_events_url: Option<String>§_type: Option<String>§site_admin: Option<bool>§user_view_type: Option<String>Trait Implementations§
Source§impl Clone for BranchrestrictionpolicyOwner
impl Clone for BranchrestrictionpolicyOwner
Source§fn clone(&self) -> BranchrestrictionpolicyOwner
fn clone(&self) -> BranchrestrictionpolicyOwner
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 BranchrestrictionpolicyOwner
impl Debug for BranchrestrictionpolicyOwner
Source§impl Default for BranchrestrictionpolicyOwner
impl Default for BranchrestrictionpolicyOwner
Source§fn default() -> BranchrestrictionpolicyOwner
fn default() -> BranchrestrictionpolicyOwner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchrestrictionpolicyOwner
impl<'de> Deserialize<'de> for BranchrestrictionpolicyOwner
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 BranchrestrictionpolicyOwner
impl PartialEq for BranchrestrictionpolicyOwner
Source§fn eq(&self, other: &BranchrestrictionpolicyOwner) -> bool
fn eq(&self, other: &BranchrestrictionpolicyOwner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BranchrestrictionpolicyOwner
Auto Trait Implementations§
impl Freeze for BranchrestrictionpolicyOwner
impl RefUnwindSafe for BranchrestrictionpolicyOwner
impl Send for BranchrestrictionpolicyOwner
impl Sync for BranchrestrictionpolicyOwner
impl Unpin for BranchrestrictionpolicyOwner
impl UnwindSafe for BranchrestrictionpolicyOwner
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