pub struct RequestBatchMode;
Expand description
The unit RequestBatchMode
command.
Trait Implementations§
Source§impl Clone for RequestBatchMode
impl Clone for RequestBatchMode
Source§fn clone(&self) -> RequestBatchMode
fn clone(&self) -> RequestBatchMode
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 moreSource§impl Debug for RequestBatchMode
impl Debug for RequestBatchMode
Source§impl Display for RequestBatchMode
impl Display for RequestBatchMode
Source§impl PartialEq for RequestBatchMode
impl PartialEq for RequestBatchMode
Source§impl Query for RequestBatchMode
impl Query for RequestBatchMode
impl Command for RequestBatchMode
impl Copy for RequestBatchMode
impl Eq for RequestBatchMode
impl StructuralPartialEq for RequestBatchMode
Auto Trait Implementations§
impl Freeze for RequestBatchMode
impl RefUnwindSafe for RequestBatchMode
impl Send for RequestBatchMode
impl Sync for RequestBatchMode
impl Unpin for RequestBatchMode
impl UnwindSafe for RequestBatchMode
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