Struct dust_lib::tools::random::RandomBoolean
source · pub struct RandomBoolean;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RandomBoolean
impl Send for RandomBoolean
impl Sync for RandomBoolean
impl Unpin for RandomBoolean
impl UnwindSafe for RandomBoolean
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