pub enum UserMessageTypeEnum {
CompanyNewsletter,
FactionNewsletter,
Warning,
UserMessage,
}
Variants§
Trait Implementations§
Source§impl Clone for UserMessageTypeEnum
impl Clone for UserMessageTypeEnum
Source§fn clone(&self) -> UserMessageTypeEnum
fn clone(&self) -> UserMessageTypeEnum
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 UserMessageTypeEnum
impl Debug for UserMessageTypeEnum
Source§impl<'de> Deserialize<'de> for UserMessageTypeEnum
impl<'de> Deserialize<'de> for UserMessageTypeEnum
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 UserMessageTypeEnum
impl Display for UserMessageTypeEnum
Source§impl Hash for UserMessageTypeEnum
impl Hash for UserMessageTypeEnum
Source§impl PartialEq for UserMessageTypeEnum
impl PartialEq for UserMessageTypeEnum
impl Copy for UserMessageTypeEnum
impl Eq for UserMessageTypeEnum
impl StructuralPartialEq for UserMessageTypeEnum
Auto Trait Implementations§
impl Freeze for UserMessageTypeEnum
impl RefUnwindSafe for UserMessageTypeEnum
impl Send for UserMessageTypeEnum
impl Sync for UserMessageTypeEnum
impl Unpin for UserMessageTypeEnum
impl UnwindSafe for UserMessageTypeEnum
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