pub struct BranchRestrictionPolicyTeamsInner {Show 13 fields
pub id: Option<i32>,
pub node_id: Option<String>,
pub url: Option<String>,
pub html_url: Option<String>,
pub name: Option<String>,
pub slug: Option<String>,
pub description: Option<Option<String>>,
pub privacy: Option<String>,
pub notification_setting: Option<String>,
pub permission: Option<String>,
pub members_url: Option<String>,
pub repositories_url: Option<String>,
pub parent: Option<Option<String>>,
}
Fields§
§id: Option<i32>
§node_id: Option<String>
§url: Option<String>
§html_url: Option<String>
§name: Option<String>
§slug: Option<String>
§description: Option<Option<String>>
§privacy: Option<String>
§notification_setting: Option<String>
§permission: Option<String>
§members_url: Option<String>
§repositories_url: Option<String>
§parent: Option<Option<String>>
Implementations§
Trait Implementations§
Source§impl Clone for BranchRestrictionPolicyTeamsInner
impl Clone for BranchRestrictionPolicyTeamsInner
Source§fn clone(&self) -> BranchRestrictionPolicyTeamsInner
fn clone(&self) -> BranchRestrictionPolicyTeamsInner
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 Default for BranchRestrictionPolicyTeamsInner
impl Default for BranchRestrictionPolicyTeamsInner
Source§fn default() -> BranchRestrictionPolicyTeamsInner
fn default() -> BranchRestrictionPolicyTeamsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchRestrictionPolicyTeamsInner
impl<'de> Deserialize<'de> for BranchRestrictionPolicyTeamsInner
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 BranchRestrictionPolicyTeamsInner
impl PartialEq for BranchRestrictionPolicyTeamsInner
Source§fn eq(&self, other: &BranchRestrictionPolicyTeamsInner) -> bool
fn eq(&self, other: &BranchRestrictionPolicyTeamsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BranchRestrictionPolicyTeamsInner
Auto Trait Implementations§
impl Freeze for BranchRestrictionPolicyTeamsInner
impl RefUnwindSafe for BranchRestrictionPolicyTeamsInner
impl Send for BranchRestrictionPolicyTeamsInner
impl Sync for BranchRestrictionPolicyTeamsInner
impl Unpin for BranchRestrictionPolicyTeamsInner
impl UnwindSafe for BranchRestrictionPolicyTeamsInner
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