pub struct ReposSetAppAccessRestrictionsRequestOneOf {
pub apps: Vec<String>,
}
Fields§
§apps: Vec<String>
The GitHub Apps that have push access to this branch. Use the slugified version of the app name. Note: The list of users, apps, and teams in total is limited to 100 items.
Implementations§
Trait Implementations§
Source§impl Clone for ReposSetAppAccessRestrictionsRequestOneOf
impl Clone for ReposSetAppAccessRestrictionsRequestOneOf
Source§fn clone(&self) -> ReposSetAppAccessRestrictionsRequestOneOf
fn clone(&self) -> ReposSetAppAccessRestrictionsRequestOneOf
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 ReposSetAppAccessRestrictionsRequestOneOf
impl Default for ReposSetAppAccessRestrictionsRequestOneOf
Source§fn default() -> ReposSetAppAccessRestrictionsRequestOneOf
fn default() -> ReposSetAppAccessRestrictionsRequestOneOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReposSetAppAccessRestrictionsRequestOneOf
impl<'de> Deserialize<'de> for ReposSetAppAccessRestrictionsRequestOneOf
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 ReposSetAppAccessRestrictionsRequestOneOf
impl PartialEq for ReposSetAppAccessRestrictionsRequestOneOf
Source§fn eq(&self, other: &ReposSetAppAccessRestrictionsRequestOneOf) -> bool
fn eq(&self, other: &ReposSetAppAccessRestrictionsRequestOneOf) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ReposSetAppAccessRestrictionsRequestOneOf
Auto Trait Implementations§
impl Freeze for ReposSetAppAccessRestrictionsRequestOneOf
impl RefUnwindSafe for ReposSetAppAccessRestrictionsRequestOneOf
impl Send for ReposSetAppAccessRestrictionsRequestOneOf
impl Sync for ReposSetAppAccessRestrictionsRequestOneOf
impl Unpin for ReposSetAppAccessRestrictionsRequestOneOf
impl UnwindSafe for ReposSetAppAccessRestrictionsRequestOneOf
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