pub enum InviteSubtypes {
Invite(Invite),
}Variants§
Trait Implementations§
Source§impl Clone for InviteSubtypes
impl Clone for InviteSubtypes
Source§fn clone(&self) -> InviteSubtypes
fn clone(&self) -> InviteSubtypes
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 InviteSubtypes
impl Debug for InviteSubtypes
Source§impl<'de> Deserialize<'de> for InviteSubtypes
impl<'de> Deserialize<'de> for InviteSubtypes
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 From<InviteSubtypes> for Invite
impl From<InviteSubtypes> for Invite
Source§fn from(value: InviteSubtypes) -> Self
fn from(value: InviteSubtypes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InviteSubtypes
impl PartialEq for InviteSubtypes
Source§impl Serialize for InviteSubtypes
impl Serialize for InviteSubtypes
impl StructuralPartialEq for InviteSubtypes
Auto Trait Implementations§
impl Freeze for InviteSubtypes
impl RefUnwindSafe for InviteSubtypes
impl Send for InviteSubtypes
impl Sync for InviteSubtypes
impl Unpin for InviteSubtypes
impl UnwindSafe for InviteSubtypes
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