pub struct PINEBatch { /* private fields */ }Implementations§
Trait Implementations§
Source§impl FromIterator<PINECommand> for PINEBatch
impl FromIterator<PINECommand> for PINEBatch
Source§fn from_iter<T: IntoIterator<Item = PINECommand>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = PINECommand>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for PINEBatch
impl RefUnwindSafe for PINEBatch
impl Send for PINEBatch
impl Sync for PINEBatch
impl Unpin for PINEBatch
impl UnwindSafe for PINEBatch
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