pub enum RandomWalkApps {
OneDimension,
TwoDimensons,
}Variants§
Trait Implementations§
Source§impl Debug for RandomWalkApps
impl Debug for RandomWalkApps
Source§impl<'de> Deserialize<'de> for RandomWalkApps
impl<'de> Deserialize<'de> for RandomWalkApps
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 PartialEq for RandomWalkApps
impl PartialEq for RandomWalkApps
Source§impl Serialize for RandomWalkApps
impl Serialize for RandomWalkApps
impl StructuralPartialEq for RandomWalkApps
Auto Trait Implementations§
impl Freeze for RandomWalkApps
impl RefUnwindSafe for RandomWalkApps
impl Send for RandomWalkApps
impl Sync for RandomWalkApps
impl Unpin for RandomWalkApps
impl UnwindSafe for RandomWalkApps
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