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