pub struct AdditiveTuple {
pub weight: u32,
pub symbol: Symbol,
}
Expand description
Fields§
§weight: u32
symbol: Symbol
Trait Implementations§
Source§impl Clone for AdditiveTuple
impl Clone for AdditiveTuple
Source§fn clone(&self) -> AdditiveTuple
fn clone(&self) -> AdditiveTuple
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 AdditiveTuple
impl Debug for AdditiveTuple
Auto Trait Implementations§
impl Freeze for AdditiveTuple
impl RefUnwindSafe for AdditiveTuple
impl Send for AdditiveTuple
impl Sync for AdditiveTuple
impl Unpin for AdditiveTuple
impl UnwindSafe for AdditiveTuple
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