pub struct EndBatch;
Expand description
The unit EndBatch
command.
Trait Implementations§
impl Command for EndBatch
impl Copy for EndBatch
impl Eq for EndBatch
impl StructuralPartialEq for EndBatch
Auto Trait Implementations§
impl Freeze for EndBatch
impl RefUnwindSafe for EndBatch
impl Send for EndBatch
impl Sync for EndBatch
impl Unpin for EndBatch
impl UnwindSafe for EndBatch
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