pub struct GetRepoVariablesListQuery {
pub page: Option<u32>,
pub limit: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
limit: Option<u32>page size of results
Trait Implementations§
Source§impl Clone for GetRepoVariablesListQuery
impl Clone for GetRepoVariablesListQuery
Source§fn clone(&self) -> GetRepoVariablesListQuery
fn clone(&self) -> GetRepoVariablesListQuery
Returns a copy 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 Debug for GetRepoVariablesListQuery
impl Debug for GetRepoVariablesListQuery
Source§impl Default for GetRepoVariablesListQuery
impl Default for GetRepoVariablesListQuery
Source§fn default() -> GetRepoVariablesListQuery
fn default() -> GetRepoVariablesListQuery
Returns the “default value” for a type. Read more
Source§impl Display for GetRepoVariablesListQuery
impl Display for GetRepoVariablesListQuery
impl StructuralPartialEq for GetRepoVariablesListQuery
Auto Trait Implementations§
impl Freeze for GetRepoVariablesListQuery
impl RefUnwindSafe for GetRepoVariablesListQuery
impl Send for GetRepoVariablesListQuery
impl Sync for GetRepoVariablesListQuery
impl Unpin for GetRepoVariablesListQuery
impl UnwindSafe for GetRepoVariablesListQuery
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