pub struct StatReadyChannels(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StatReadyChannels
impl Clone for StatReadyChannels
Source§fn clone(&self) -> StatReadyChannels
fn clone(&self) -> StatReadyChannels
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 StatReadyChannels
impl Debug for StatReadyChannels
Source§impl From<StatReadyChannels> for u8
impl From<StatReadyChannels> for u8
Source§fn from(val: StatReadyChannels) -> u8
fn from(val: StatReadyChannels) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatReadyChannels
impl From<u8> for StatReadyChannels
Source§fn from(val: u8) -> StatReadyChannels
fn from(val: u8) -> StatReadyChannels
Converts to this type from the input type.
Source§impl Ord for StatReadyChannels
impl Ord for StatReadyChannels
Source§fn cmp(&self, other: &StatReadyChannels) -> Ordering
fn cmp(&self, other: &StatReadyChannels) -> 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 StatReadyChannels
impl PartialEq for StatReadyChannels
Source§impl PartialOrd for StatReadyChannels
impl PartialOrd for StatReadyChannels
impl Copy for StatReadyChannels
impl Eq for StatReadyChannels
impl StructuralPartialEq for StatReadyChannels
Auto Trait Implementations§
impl Freeze for StatReadyChannels
impl RefUnwindSafe for StatReadyChannels
impl Send for StatReadyChannels
impl Sync for StatReadyChannels
impl Unpin for StatReadyChannels
impl UnwindSafe for StatReadyChannels
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