pub struct JobListBodyArgs {
pub list_args: Option<ListBodyArgs>,
}Fields§
§list_args: Option<ListBodyArgs>Implementations§
Source§impl JobListBodyArgs
impl JobListBodyArgs
pub fn builder() -> JobListBodyArgsBuilder
Trait Implementations§
Source§impl Clone for JobListBodyArgs
impl Clone for JobListBodyArgs
Source§fn clone(&self) -> JobListBodyArgs
fn clone(&self) -> JobListBodyArgs
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for JobListBodyArgs
impl RefUnwindSafe for JobListBodyArgs
impl Send for JobListBodyArgs
impl Sync for JobListBodyArgs
impl Unpin for JobListBodyArgs
impl UnwindSafe for JobListBodyArgs
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