#[repr(i16)]pub enum JigRating {
One = 1,
Two = 2,
Three = 3,
}
Expand description
Admin rating for Jig
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JigRating
impl<'de> Deserialize<'de> for JigRating
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 Copy for JigRating
impl Eq for JigRating
impl StructuralPartialEq for JigRating
Auto Trait Implementations§
impl Freeze for JigRating
impl RefUnwindSafe for JigRating
impl Send for JigRating
impl Sync for JigRating
impl Unpin for JigRating
impl UnwindSafe for JigRating
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