pub struct GetRepoRunnersQuery {
pub visible: Option<bool>,
}Fields§
§visible: Option<bool>whether to include all visible runners (true) or only those that are directly owned by the repository (false)
Trait Implementations§
Source§impl Clone for GetRepoRunnersQuery
impl Clone for GetRepoRunnersQuery
Source§fn clone(&self) -> GetRepoRunnersQuery
fn clone(&self) -> GetRepoRunnersQuery
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 Debug for GetRepoRunnersQuery
impl Debug for GetRepoRunnersQuery
Source§impl Default for GetRepoRunnersQuery
impl Default for GetRepoRunnersQuery
Source§fn default() -> GetRepoRunnersQuery
fn default() -> GetRepoRunnersQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetRepoRunnersQuery
impl PartialEq for GetRepoRunnersQuery
impl StructuralPartialEq for GetRepoRunnersQuery
Auto Trait Implementations§
impl Freeze for GetRepoRunnersQuery
impl RefUnwindSafe for GetRepoRunnersQuery
impl Send for GetRepoRunnersQuery
impl Sync for GetRepoRunnersQuery
impl Unpin for GetRepoRunnersQuery
impl UnsafeUnpin for GetRepoRunnersQuery
impl UnwindSafe for GetRepoRunnersQuery
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