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