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