pub struct AdditiveSymbols(pub Vec<AdditiveTuple>);
Expand description
Tuple Fields§
§0: Vec<AdditiveTuple>
Trait Implementations§
Source§impl Clone for AdditiveSymbols
impl Clone for AdditiveSymbols
Source§fn clone(&self) -> AdditiveSymbols
fn clone(&self) -> AdditiveSymbols
Returns a duplicate 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 AdditiveSymbols
impl Debug for AdditiveSymbols
Auto Trait Implementations§
impl Freeze for AdditiveSymbols
impl RefUnwindSafe for AdditiveSymbols
impl Send for AdditiveSymbols
impl Sync for AdditiveSymbols
impl Unpin for AdditiveSymbols
impl UnwindSafe for AdditiveSymbols
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