pub struct SlotMachine(/* private fields */);Expand description
Slot machine
Implementations§
Trait Implementations§
Source§impl Clone for SlotMachine
impl Clone for SlotMachine
Source§fn clone(&self) -> SlotMachine
fn clone(&self) -> SlotMachine
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 SlotMachine
Source§impl Debug for SlotMachine
impl Debug for SlotMachine
Source§impl Default for SlotMachine
impl Default for SlotMachine
Source§impl<'de> Deserialize<'de> for SlotMachine
impl<'de> Deserialize<'de> for SlotMachine
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 Eq for SlotMachine
Source§impl Hash for SlotMachine
impl Hash for SlotMachine
Source§impl Ord for SlotMachine
impl Ord for SlotMachine
Source§fn cmp(&self, other: &SlotMachine) -> Ordering
fn cmp(&self, other: &SlotMachine) -> 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 SlotMachine
impl PartialEq for SlotMachine
Source§fn eq(&self, other: &SlotMachine) -> bool
fn eq(&self, other: &SlotMachine) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SlotMachine
impl PartialOrd for SlotMachine
Source§impl Serialize for SlotMachine
impl Serialize for SlotMachine
impl StructuralPartialEq for SlotMachine
Auto Trait Implementations§
impl Freeze for SlotMachine
impl RefUnwindSafe for SlotMachine
impl Send for SlotMachine
impl Sync for SlotMachine
impl Unpin for SlotMachine
impl UnsafeUnpin for SlotMachine
impl UnwindSafe for SlotMachine
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