pub struct PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization {
pub selected_repository_ids: Option<Vec<i32>>,
}Fields§
§selected_repository_ids: Option<Vec<i32>>List of repository IDs to enable for GitHub Actions.
Trait Implementations§
Source§impl Clone for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl Clone for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Source§fn clone(
&self,
) -> PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
fn clone( &self, ) -> PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
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 PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl Default for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Source§fn default() -> PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
fn default() -> PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl<'de> Deserialize<'de> for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
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 PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl PartialEq for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Source§fn eq(
&self,
other: &PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization,
) -> bool
fn eq( &self, other: &PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
Auto Trait Implementations§
impl Freeze for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl RefUnwindSafe for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl Send for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl Sync for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl Unpin for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
impl UnwindSafe for PutActionsSetSelectedRepositoriesEnabledGithubActionsOrganization
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