pub enum PatchNoteTarget {
General,
CreativePro,
Frontier,
Life,
LeonGunWar2,
Sclat,
}Expand description
PatchNoteTarget : The target of the patch note. The target of the patch note.
Variants§
Trait Implementations§
Source§impl Clone for PatchNoteTarget
impl Clone for PatchNoteTarget
Source§fn clone(&self) -> PatchNoteTarget
fn clone(&self) -> PatchNoteTarget
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 PatchNoteTarget
Source§impl Debug for PatchNoteTarget
impl Debug for PatchNoteTarget
Source§impl Default for PatchNoteTarget
impl Default for PatchNoteTarget
Source§fn default() -> PatchNoteTarget
fn default() -> PatchNoteTarget
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchNoteTarget
impl<'de> Deserialize<'de> for PatchNoteTarget
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 PatchNoteTarget
impl Display for PatchNoteTarget
impl Eq for PatchNoteTarget
Source§impl Hash for PatchNoteTarget
impl Hash for PatchNoteTarget
Source§impl Ord for PatchNoteTarget
impl Ord for PatchNoteTarget
Source§fn cmp(&self, other: &PatchNoteTarget) -> Ordering
fn cmp(&self, other: &PatchNoteTarget) -> 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 PatchNoteTarget
impl PartialEq for PatchNoteTarget
Source§impl PartialOrd for PatchNoteTarget
impl PartialOrd for PatchNoteTarget
Source§impl Serialize for PatchNoteTarget
impl Serialize for PatchNoteTarget
impl StructuralPartialEq for PatchNoteTarget
Auto Trait Implementations§
impl Freeze for PatchNoteTarget
impl RefUnwindSafe for PatchNoteTarget
impl Send for PatchNoteTarget
impl Sync for PatchNoteTarget
impl Unpin for PatchNoteTarget
impl UnsafeUnpin for PatchNoteTarget
impl UnwindSafe for PatchNoteTarget
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