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