pub struct ReceiverChannelId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ReceiverChannelId
impl Clone for ReceiverChannelId
Source§fn clone(&self) -> ReceiverChannelId
fn clone(&self) -> ReceiverChannelId
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 ReceiverChannelId
impl Debug for ReceiverChannelId
Source§impl PartialEq for ReceiverChannelId
impl PartialEq for ReceiverChannelId
impl Copy for ReceiverChannelId
impl Eq for ReceiverChannelId
impl StructuralPartialEq for ReceiverChannelId
Auto Trait Implementations§
impl Freeze for ReceiverChannelId
impl RefUnwindSafe for ReceiverChannelId
impl Send for ReceiverChannelId
impl Sync for ReceiverChannelId
impl Unpin for ReceiverChannelId
impl UnwindSafe for ReceiverChannelId
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