pub struct RndFunction { /* private fields */ }Expand description
The RND function.
Implementations§
Trait Implementations§
Source§impl Callable for RndFunction
impl Callable for RndFunction
Auto Trait Implementations§
impl Freeze for RndFunction
impl !RefUnwindSafe for RndFunction
impl !Send for RndFunction
impl !Sync for RndFunction
impl Unpin for RndFunction
impl UnsafeUnpin for RndFunction
impl !UnwindSafe for RndFunction
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