pub struct JigCode(pub i32);
Expand description
Four-digit code identifying a Jig player session
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JigCode
impl<'de> Deserialize<'de> for JigCode
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 PathPart for JigCode
impl PathPart for JigCode
Source§fn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with
impl Copy for JigCode
impl Eq for JigCode
impl StructuralPartialEq for JigCode
Auto Trait Implementations§
impl Freeze for JigCode
impl RefUnwindSafe for JigCode
impl Send for JigCode
impl Sync for JigCode
impl Unpin for JigCode
impl UnwindSafe for JigCode
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