pub struct ActionsListSelectedReposForOrgSecretParams { /* private fields */ }Expand description
Query parameters for the List selected repositories for an organization secret endpoint.
Implementations§
Source§impl ActionsListSelectedReposForOrgSecretParams
impl ActionsListSelectedReposForOrgSecretParams
pub fn new() -> Self
Sourcepub fn page(self, page: u16) -> Self
pub fn page(self, page: u16) -> Self
The page number of the results to fetch. For more information, see "Using pagination in the REST API."
Sourcepub fn per_page(self, per_page: u16) -> Self
pub fn per_page(self, per_page: u16) -> Self
The number of results per page (max 100). For more information, see "Using pagination in the REST API."
Trait Implementations§
Source§impl Default for ActionsListSelectedReposForOrgSecretParams
impl Default for ActionsListSelectedReposForOrgSecretParams
Source§fn default() -> ActionsListSelectedReposForOrgSecretParams
fn default() -> ActionsListSelectedReposForOrgSecretParams
Returns the “default value” for a type. Read more
Source§impl<'enc> From<&'enc PerPage> for ActionsListSelectedReposForOrgSecretParams
impl<'enc> From<&'enc PerPage> for ActionsListSelectedReposForOrgSecretParams
Auto Trait Implementations§
impl Freeze for ActionsListSelectedReposForOrgSecretParams
impl RefUnwindSafe for ActionsListSelectedReposForOrgSecretParams
impl Send for ActionsListSelectedReposForOrgSecretParams
impl Sync for ActionsListSelectedReposForOrgSecretParams
impl Unpin for ActionsListSelectedReposForOrgSecretParams
impl UnwindSafe for ActionsListSelectedReposForOrgSecretParams
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