pub struct JobGetQuery { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for JobGetQuery
impl Clone for JobGetQuery
Source§fn clone(&self) -> JobGetQuery
fn clone(&self) -> JobGetQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JobGetQuery
impl Debug for JobGetQuery
Source§impl Default for JobGetQuery
impl Default for JobGetQuery
Source§fn default() -> JobGetQuery
fn default() -> JobGetQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JobGetQuery
impl RefUnwindSafe for JobGetQuery
impl Send for JobGetQuery
impl Sync for JobGetQuery
impl Unpin for JobGetQuery
impl UnsafeUnpin for JobGetQuery
impl UnwindSafe for JobGetQuery
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