pub enum NotificationProjectionLevel {
Alert,
Notify,
Chat,
}Variants§
Trait Implementations§
Source§impl Clone for NotificationProjectionLevel
impl Clone for NotificationProjectionLevel
Source§fn clone(&self) -> NotificationProjectionLevel
fn clone(&self) -> NotificationProjectionLevel
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 NotificationProjectionLevel
Source§impl Debug for NotificationProjectionLevel
impl Debug for NotificationProjectionLevel
Source§impl<'de> Deserialize<'de> for NotificationProjectionLevel
impl<'de> Deserialize<'de> for NotificationProjectionLevel
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
impl Eq for NotificationProjectionLevel
Source§impl Hash for NotificationProjectionLevel
impl Hash for NotificationProjectionLevel
impl StructuralPartialEq for NotificationProjectionLevel
Auto Trait Implementations§
impl Freeze for NotificationProjectionLevel
impl RefUnwindSafe for NotificationProjectionLevel
impl Send for NotificationProjectionLevel
impl Sync for NotificationProjectionLevel
impl Unpin for NotificationProjectionLevel
impl UnsafeUnpin for NotificationProjectionLevel
impl UnwindSafe for NotificationProjectionLevel
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