Struct ic_canister_kit::number::random::RandomProduce
source · pub struct RandomProduce { /* private fields */ }Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RandomProduce
impl Send for RandomProduce
impl Sync for RandomProduce
impl Unpin for RandomProduce
impl UnwindSafe for RandomProduce
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