pub struct UserChannelId(pub u128);Expand description
A local, potentially user-provided, identifier of a channel.
By default, this will be randomly generated for the user to ensure local uniqueness.
Tuple Fields§
§0: u128Trait Implementations§
Source§impl Clone for UserChannelId
impl Clone for UserChannelId
Source§fn clone(&self) -> UserChannelId
fn clone(&self) -> UserChannelId
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 UserChannelId
impl Debug for UserChannelId
Source§impl Display for UserChannelId
impl Display for UserChannelId
Source§impl PartialEq for UserChannelId
impl PartialEq for UserChannelId
Source§impl Readable for UserChannelId
impl Readable for UserChannelId
Source§impl Writeable for UserChannelId
impl Writeable for UserChannelId
impl Copy for UserChannelId
impl Eq for UserChannelId
impl StructuralPartialEq for UserChannelId
Auto Trait Implementations§
impl Freeze for UserChannelId
impl RefUnwindSafe for UserChannelId
impl Send for UserChannelId
impl Sync for UserChannelId
impl Unpin for UserChannelId
impl UnwindSafe for UserChannelId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LengthReadable for Twhere
T: Readable,
impl<T> LengthReadable for Twhere
T: Readable,
Source§fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
Reads a
Self in from the given LengthLimitedRead.Source§impl<T> MaybeReadable for Twhere
T: Readable,
impl<T> MaybeReadable for Twhere
T: Readable,
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.