pub struct InstrumentId(/* private fields */);
Trait Implementations§
Source§impl Clone for InstrumentId
impl Clone for InstrumentId
Source§fn clone(&self) -> InstrumentId
fn clone(&self) -> InstrumentId
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 InstrumentId
impl Debug for InstrumentId
Source§impl From<InstrumentId> for u8
impl From<InstrumentId> for u8
Source§fn from(ranged: InstrumentId) -> u8
fn from(ranged: InstrumentId) -> u8
Converts to this type from the input type.
Source§impl Get<InstrumentId> for Module
impl Get<InstrumentId> for Module
type Output = Instrument
fn get(&self, index: InstrumentId) -> Option<&Self::Output>
Source§impl Index<&InstrumentId> for Module
impl Index<&InstrumentId> for Module
Source§impl Index<InstrumentId> for Module
impl Index<InstrumentId> for Module
Source§impl Ord for InstrumentId
impl Ord for InstrumentId
Source§fn cmp(&self, other: &InstrumentId) -> Ordering
fn cmp(&self, other: &InstrumentId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InstrumentId
impl PartialEq for InstrumentId
Source§impl PartialOrd for InstrumentId
impl PartialOrd for InstrumentId
Source§impl TryFrom<u8> for InstrumentId
impl TryFrom<u8> for InstrumentId
impl Copy for InstrumentId
impl Eq for InstrumentId
impl StructuralPartialEq for InstrumentId
Auto Trait Implementations§
impl Freeze for InstrumentId
impl RefUnwindSafe for InstrumentId
impl Send for InstrumentId
impl Sync for InstrumentId
impl Unpin for InstrumentId
impl UnwindSafe for InstrumentId
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