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