Struct ha_ndarray::host::ops::Cond
source · pub struct Cond<A, L, R, T> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, L, R, T> RefUnwindSafe for Cond<A, L, R, T>
impl<A, L, R, T> Send for Cond<A, L, R, T>
impl<A, L, R, T> Sync for Cond<A, L, R, T>
impl<A, L, R, T> Unpin for Cond<A, L, R, T>
impl<A, L, R, T> UnwindSafe for Cond<A, L, R, T>
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