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