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