pub enum NotificationV2Type {
Show 23 variants
AvatarreviewFailure,
AvatarreviewSuccess,
BadgeEarned,
Boop,
EconomyAlert,
EconomyReceivedGift,
EventAnnouncement,
GroupAnnouncement,
GroupEventCreated,
GroupEventStarting,
GroupInformative,
GroupInvite,
GroupJoinRequest,
GroupPost,
GroupTransfer,
InviteInstanceContentGated,
ModerationContentrestriction,
ModerationNotice,
ModerationReportClosed,
ModerationWarningGroup,
PromoRedeem,
TextAdventure,
VrcplusGift,
}Variants§
AvatarreviewFailure
AvatarreviewSuccess
BadgeEarned
Boop
EconomyAlert
EconomyReceivedGift
EventAnnouncement
GroupAnnouncement
GroupEventCreated
GroupEventStarting
GroupInformative
GroupInvite
GroupJoinRequest
GroupPost
GroupTransfer
InviteInstanceContentGated
ModerationContentrestriction
ModerationNotice
ModerationReportClosed
ModerationWarningGroup
PromoRedeem
TextAdventure
VrcplusGift
Trait Implementations§
Source§impl Clone for NotificationV2Type
impl Clone for NotificationV2Type
Source§fn clone(&self) -> NotificationV2Type
fn clone(&self) -> NotificationV2Type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotificationV2Type
Source§impl Debug for NotificationV2Type
impl Debug for NotificationV2Type
Source§impl Default for NotificationV2Type
impl Default for NotificationV2Type
Source§fn default() -> NotificationV2Type
fn default() -> NotificationV2Type
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationV2Type
impl<'de> Deserialize<'de> for NotificationV2Type
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 NotificationV2Type
impl Display for NotificationV2Type
impl Eq for NotificationV2Type
Source§impl Hash for NotificationV2Type
impl Hash for NotificationV2Type
Source§impl Ord for NotificationV2Type
impl Ord for NotificationV2Type
Source§fn cmp(&self, other: &NotificationV2Type) -> Ordering
fn cmp(&self, other: &NotificationV2Type) -> Ordering
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
Source§impl PartialEq for NotificationV2Type
impl PartialEq for NotificationV2Type
Source§impl PartialOrd for NotificationV2Type
impl PartialOrd for NotificationV2Type
Source§impl Serialize for NotificationV2Type
impl Serialize for NotificationV2Type
impl StructuralPartialEq for NotificationV2Type
Auto Trait Implementations§
impl Freeze for NotificationV2Type
impl RefUnwindSafe for NotificationV2Type
impl Send for NotificationV2Type
impl Sync for NotificationV2Type
impl Unpin for NotificationV2Type
impl UnsafeUnpin for NotificationV2Type
impl UnwindSafe for NotificationV2Type
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