pub enum InviteType {
Invite,
}Expand description
A type stand-in for the constant $y, deriving serde traits
Variants§
Invite
Trait Implementations§
Source§impl Clone for InviteType
impl Clone for InviteType
Source§fn clone(&self) -> InviteType
fn clone(&self) -> InviteType
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 InviteType
impl Debug for InviteType
Source§impl Default for InviteType
impl Default for InviteType
Source§impl<'de> Deserialize<'de> for InviteType
impl<'de> Deserialize<'de> for InviteType
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 InviteType
impl Display for InviteType
Source§impl Hash for InviteType
impl Hash for InviteType
Source§impl Ord for InviteType
impl Ord for InviteType
Source§fn cmp(&self, other: &InviteType) -> Ordering
fn cmp(&self, other: &InviteType) -> 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 InviteType
impl PartialEq for InviteType
Source§impl PartialOrd for InviteType
impl PartialOrd for InviteType
Source§impl Serialize for InviteType
impl Serialize for InviteType
impl Eq for InviteType
impl StructuralPartialEq for InviteType
Auto Trait Implementations§
impl Freeze for InviteType
impl RefUnwindSafe for InviteType
impl Send for InviteType
impl Sync for InviteType
impl Unpin for InviteType
impl UnwindSafe for InviteType
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