pub struct ChannelSelectorID(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for ChannelSelectorID
impl Clone for ChannelSelectorID
Source§fn clone(&self) -> ChannelSelectorID
fn clone(&self) -> ChannelSelectorID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChannelSelectorID
Source§impl<'de> Deserialize<'de> for ChannelSelectorID
impl<'de> Deserialize<'de> for ChannelSelectorID
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
impl Eq for ChannelSelectorID
Source§impl Hash for ChannelSelectorID
impl Hash for ChannelSelectorID
Source§impl Ord for ChannelSelectorID
impl Ord for ChannelSelectorID
Source§fn cmp(&self, other: &ChannelSelectorID) -> Ordering
fn cmp(&self, other: &ChannelSelectorID) -> Ordering
1.21.0 (const: unstable) · 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 ChannelSelectorID
impl PartialEq for ChannelSelectorID
Source§fn eq(&self, other: &ChannelSelectorID) -> bool
fn eq(&self, other: &ChannelSelectorID) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChannelSelectorID
impl PartialOrd for ChannelSelectorID
Source§impl Serialize for ChannelSelectorID
impl Serialize for ChannelSelectorID
impl StructuralPartialEq for ChannelSelectorID
Auto Trait Implementations§
impl Freeze for ChannelSelectorID
impl RefUnwindSafe for ChannelSelectorID
impl Send for ChannelSelectorID
impl Sync for ChannelSelectorID
impl Unpin for ChannelSelectorID
impl UnsafeUnpin for ChannelSelectorID
impl UnwindSafe for ChannelSelectorID
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