pub struct ChannelInviteCode(/* private fields */);Expand description
An invite code
Trait Implementations§
Source§impl Clone for ChannelInviteCode
impl Clone for ChannelInviteCode
Source§fn clone(&self) -> ChannelInviteCode
fn clone(&self) -> ChannelInviteCode
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 ChannelInviteCode
impl Debug for ChannelInviteCode
Source§impl<'de> Deserialize<'de> for ChannelInviteCode
impl<'de> Deserialize<'de> for ChannelInviteCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ChannelInviteCode
impl Display for ChannelInviteCode
Source§impl Hash for ChannelInviteCode
impl Hash for ChannelInviteCode
Source§impl Ord for ChannelInviteCode
impl Ord for ChannelInviteCode
Source§fn cmp(&self, other: &ChannelInviteCode) -> Ordering
fn cmp(&self, other: &ChannelInviteCode) -> Ordering
1.21.0 · 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
Source§impl PartialEq for ChannelInviteCode
impl PartialEq for ChannelInviteCode
Source§impl PartialOrd for ChannelInviteCode
impl PartialOrd for ChannelInviteCode
Source§impl Serialize for ChannelInviteCode
impl Serialize for ChannelInviteCode
impl Eq for ChannelInviteCode
impl StructuralPartialEq for ChannelInviteCode
Auto Trait Implementations§
impl Freeze for ChannelInviteCode
impl RefUnwindSafe for ChannelInviteCode
impl Send for ChannelInviteCode
impl Sync for ChannelInviteCode
impl Unpin for ChannelInviteCode
impl UnwindSafe for ChannelInviteCode
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