pub struct BranchRestrictionPolicyAppsInner {
pub id: Option<i32>,
pub slug: Option<String>,
pub node_id: Option<String>,
pub owner: Option<Box<BranchRestrictionPolicyAppsInnerOwner>>,
pub name: Option<String>,
pub description: Option<String>,
pub external_url: Option<String>,
pub html_url: Option<String>,
pub created_at: Option<String>,
pub updated_at: Option<String>,
pub permissions: Option<Box<BranchRestrictionPolicyAppsInnerPermissions>>,
pub events: Option<Vec<String>>,
}
Fields§
§id: Option<i32>
§slug: Option<String>
§node_id: Option<String>
§owner: Option<Box<BranchRestrictionPolicyAppsInnerOwner>>
§name: Option<String>
§description: Option<String>
§external_url: Option<String>
§html_url: Option<String>
§created_at: Option<String>
§updated_at: Option<String>
§permissions: Option<Box<BranchRestrictionPolicyAppsInnerPermissions>>
§events: Option<Vec<String>>
Implementations§
Trait Implementations§
Source§impl Clone for BranchRestrictionPolicyAppsInner
impl Clone for BranchRestrictionPolicyAppsInner
Source§fn clone(&self) -> BranchRestrictionPolicyAppsInner
fn clone(&self) -> BranchRestrictionPolicyAppsInner
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 BranchRestrictionPolicyAppsInner
impl Default for BranchRestrictionPolicyAppsInner
Source§fn default() -> BranchRestrictionPolicyAppsInner
fn default() -> BranchRestrictionPolicyAppsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchRestrictionPolicyAppsInner
impl<'de> Deserialize<'de> for BranchRestrictionPolicyAppsInner
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 BranchRestrictionPolicyAppsInner
impl PartialEq for BranchRestrictionPolicyAppsInner
Source§fn eq(&self, other: &BranchRestrictionPolicyAppsInner) -> bool
fn eq(&self, other: &BranchRestrictionPolicyAppsInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BranchRestrictionPolicyAppsInner
Auto Trait Implementations§
impl Freeze for BranchRestrictionPolicyAppsInner
impl RefUnwindSafe for BranchRestrictionPolicyAppsInner
impl Send for BranchRestrictionPolicyAppsInner
impl Sync for BranchRestrictionPolicyAppsInner
impl Unpin for BranchRestrictionPolicyAppsInner
impl UnwindSafe for BranchRestrictionPolicyAppsInner
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