pub struct Instrument { /* private fields */ }Trait Implementations§
Source§impl AzaleaRead for Instrument
impl AzaleaRead for Instrument
fn azalea_read(buf: &mut Cursor<&[u8]>) -> Result<Self, BufReadError>
Source§impl AzaleaWrite for Instrument
impl AzaleaWrite for Instrument
Source§impl Clone for Instrument
impl Clone for Instrument
Source§fn clone(&self) -> Instrument
fn clone(&self) -> Instrument
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 DataRegistry for Instrument
impl DataRegistry for Instrument
Source§impl Debug for Instrument
impl Debug for Instrument
Source§impl Hash for Instrument
impl Hash for Instrument
Source§impl Ord for Instrument
impl Ord for Instrument
Source§fn cmp(&self, other: &Instrument) -> Ordering
fn cmp(&self, other: &Instrument) -> 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 Instrument
impl PartialEq for Instrument
Source§impl PartialOrd for Instrument
impl PartialOrd for Instrument
Source§impl Serialize for Instrument
Available on crate feature serde only.
impl Serialize for Instrument
Available on crate feature
serde only.impl Copy for Instrument
impl Eq for Instrument
impl StructuralPartialEq for Instrument
Auto Trait Implementations§
impl Freeze for Instrument
impl RefUnwindSafe for Instrument
impl Send for Instrument
impl Sync for Instrument
impl Unpin for Instrument
impl UnwindSafe for Instrument
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.