pub struct SequencerTodo {
pub commands: Vec<SequencerCommand>,
}Fields§
§commands: Vec<SequencerCommand>Trait Implementations§
Source§impl Clone for SequencerTodo
impl Clone for SequencerTodo
Source§fn clone(&self) -> SequencerTodo
fn clone(&self) -> SequencerTodo
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 moreSource§impl Debug for SequencerTodo
impl Debug for SequencerTodo
impl Eq for SequencerTodo
Source§impl PartialEq for SequencerTodo
impl PartialEq for SequencerTodo
Source§fn eq(&self, other: &SequencerTodo) -> bool
fn eq(&self, other: &SequencerTodo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SequencerTodo
Auto Trait Implementations§
impl Freeze for SequencerTodo
impl RefUnwindSafe for SequencerTodo
impl Send for SequencerTodo
impl Sync for SequencerTodo
impl Unpin for SequencerTodo
impl UnsafeUnpin for SequencerTodo
impl UnwindSafe for SequencerTodo
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