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