pub struct Stroops(pub i64);
Expand description
Amount in stroops.
Tuple Fields§
§0: i64
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Stroops
impl<'de> Deserialize<'de> for Stroops
Source§fn deserialize<D>(deserializer: D) -> Result<Stroops, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Stroops, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Stroops
impl Ord for Stroops
Source§impl PartialOrd for Stroops
impl PartialOrd for Stroops
impl Eq for Stroops
impl StructuralPartialEq for Stroops
Auto Trait Implementations§
impl Freeze for Stroops
impl RefUnwindSafe for Stroops
impl Send for Stroops
impl Sync for Stroops
impl Unpin for Stroops
impl UnwindSafe for Stroops
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