#[repr(transparent)]pub struct ChannelName(pub MqStr<20>);Tuple Fields§
§0: MqStr<20>Trait Implementations§
Source§impl Clone for ChannelName
impl Clone for ChannelName
Source§fn clone(&self) -> ChannelName
fn clone(&self) -> ChannelName
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 ChannelName
impl Debug for ChannelName
Source§impl Default for ChannelName
impl Default for ChannelName
Source§fn default() -> ChannelName
fn default() -> ChannelName
Returns the “default value” for a type. Read more
Source§impl Deref for ChannelName
impl Deref for ChannelName
Source§impl DerefMut for ChannelName
impl DerefMut for ChannelName
Source§impl From<MqStr<20>> for ChannelName
impl From<MqStr<20>> for ChannelName
Source§impl FromStr for ChannelName
impl FromStr for ChannelName
Source§impl Hash for ChannelName
impl Hash for ChannelName
Source§impl PartialEq for ChannelName
impl PartialEq for ChannelName
impl Copy for ChannelName
impl Eq for ChannelName
impl StructuralPartialEq for ChannelName
Auto Trait Implementations§
impl Freeze for ChannelName
impl RefUnwindSafe for ChannelName
impl Send for ChannelName
impl Sync for ChannelName
impl Unpin for ChannelName
impl UnwindSafe for ChannelName
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