pub struct ChannelName(/* private fields */);Expand description
Where one collaboration happens, in the host’s own vocabulary.
Implementations§
Source§impl ChannelName
impl ChannelName
Trait Implementations§
Source§impl Clone for ChannelName
impl Clone for ChannelName
Source§impl Debug for ChannelName
impl Debug for ChannelName
Source§impl<'de> Deserialize<'de> for ChannelName
Decoding goes through the constructor.
impl<'de> Deserialize<'de> for ChannelName
Decoding goes through the constructor.
A derived implementation would accept a stored or transmitted value this type refuses to be built from, and the invariant would hold everywhere except where the document came from outside — which is the only place it was ever at risk.
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ChannelName
impl Display for ChannelName
impl Eq for ChannelName
Source§impl Hash for ChannelName
impl Hash for ChannelName
Source§impl Ord for ChannelName
impl Ord for ChannelName
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ChannelName
impl PartialEq for ChannelName
Source§impl PartialOrd for ChannelName
impl PartialOrd for ChannelName
Source§impl Serialize for ChannelName
impl Serialize for ChannelName
impl StructuralPartialEq for ChannelName
Source§impl TryFrom<&str> for ChannelName
impl TryFrom<&str> 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 UnsafeUnpin 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