Enum ha_ndarray::ops::RandomUniform
source · pub enum RandomUniform {
Host(RandomUniform),
}
Variants§
Host(RandomUniform)
Trait Implementations§
source§impl From<RandomUniform> for RandomUniform
impl From<RandomUniform> for RandomUniform
source§fn from(op: RandomUniform) -> Self
fn from(op: RandomUniform) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RandomUniform
impl Send for RandomUniform
impl Sync for RandomUniform
impl Unpin for RandomUniform
impl UnwindSafe for RandomUniform
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