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