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