pub struct BatchListRequest { /* private fields */ }Expand description
Lists batches. Build with Batches::list.
Implementations§
Trait Implementations§
Source§impl Clone for BatchListRequest
impl Clone for BatchListRequest
Source§fn clone(&self) -> BatchListRequest
fn clone(&self) -> BatchListRequest
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for BatchListRequest
impl !UnwindSafe for BatchListRequest
impl Freeze for BatchListRequest
impl Send for BatchListRequest
impl Sync for BatchListRequest
impl Unpin for BatchListRequest
impl UnsafeUnpin for BatchListRequest
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