pub struct BranchRestrictionPolicyAppsInnerPermissions {
pub metadata: Option<String>,
pub contents: Option<String>,
pub issues: Option<String>,
pub single_file: Option<String>,
}
Fields§
§metadata: Option<String>
§contents: Option<String>
§issues: Option<String>
§single_file: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for BranchRestrictionPolicyAppsInnerPermissions
impl Clone for BranchRestrictionPolicyAppsInnerPermissions
Source§fn clone(&self) -> BranchRestrictionPolicyAppsInnerPermissions
fn clone(&self) -> BranchRestrictionPolicyAppsInnerPermissions
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 BranchRestrictionPolicyAppsInnerPermissions
impl Default for BranchRestrictionPolicyAppsInnerPermissions
Source§fn default() -> BranchRestrictionPolicyAppsInnerPermissions
fn default() -> BranchRestrictionPolicyAppsInnerPermissions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BranchRestrictionPolicyAppsInnerPermissions
impl<'de> Deserialize<'de> for BranchRestrictionPolicyAppsInnerPermissions
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 BranchRestrictionPolicyAppsInnerPermissions
impl PartialEq for BranchRestrictionPolicyAppsInnerPermissions
Source§fn eq(&self, other: &BranchRestrictionPolicyAppsInnerPermissions) -> bool
fn eq(&self, other: &BranchRestrictionPolicyAppsInnerPermissions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BranchRestrictionPolicyAppsInnerPermissions
Auto Trait Implementations§
impl Freeze for BranchRestrictionPolicyAppsInnerPermissions
impl RefUnwindSafe for BranchRestrictionPolicyAppsInnerPermissions
impl Send for BranchRestrictionPolicyAppsInnerPermissions
impl Sync for BranchRestrictionPolicyAppsInnerPermissions
impl Unpin for BranchRestrictionPolicyAppsInnerPermissions
impl UnwindSafe for BranchRestrictionPolicyAppsInnerPermissions
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