Struct synthpop::OrigPersonID
source · pub struct OrigPersonID(pub usize, pub usize);
Expand description
This is an ID used by Seattle soundcast. Originally it was preserved for debugging, but that hasn’t happened in a long time. Also the format is tied to Soundcast. Consider deleting / changing.
Tuple Fields§
§0: usize
§1: usize
Trait Implementations§
source§impl Clone for OrigPersonID
impl Clone for OrigPersonID
source§fn clone(&self) -> OrigPersonID
fn clone(&self) -> OrigPersonID
Returns a copy 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 OrigPersonID
impl Debug for OrigPersonID
source§impl<'de> Deserialize<'de> for OrigPersonID
impl<'de> Deserialize<'de> for OrigPersonID
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for OrigPersonID
impl Hash for OrigPersonID
source§impl Ord for OrigPersonID
impl Ord for OrigPersonID
source§fn cmp(&self, other: &OrigPersonID) -> Ordering
fn cmp(&self, other: &OrigPersonID) -> 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 OrigPersonID
impl PartialEq for OrigPersonID
source§fn eq(&self, other: &OrigPersonID) -> bool
fn eq(&self, other: &OrigPersonID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for OrigPersonID
impl PartialOrd for OrigPersonID
source§fn partial_cmp(&self, other: &OrigPersonID) -> Option<Ordering>
fn partial_cmp(&self, other: &OrigPersonID) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for OrigPersonID
impl Serialize for OrigPersonID
impl Copy for OrigPersonID
impl Eq for OrigPersonID
impl StructuralPartialEq for OrigPersonID
Auto Trait Implementations§
impl Freeze for OrigPersonID
impl RefUnwindSafe for OrigPersonID
impl Send for OrigPersonID
impl Sync for OrigPersonID
impl Unpin for OrigPersonID
impl UnwindSafe for OrigPersonID
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
§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
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§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.