pub struct EuclideanNorm { /* private fields */ }
Expand description
Builder for the EuclideanNorm
operation.
Implementations§
Source§impl EuclideanNorm
impl EuclideanNorm
Trait Implementations§
Source§impl Debug for EuclideanNorm
impl Debug for EuclideanNorm
Source§impl Default for EuclideanNorm
impl Default for EuclideanNorm
Source§fn default() -> EuclideanNorm
fn default() -> EuclideanNorm
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EuclideanNorm
impl RefUnwindSafe for EuclideanNorm
impl Send for EuclideanNorm
impl Sync for EuclideanNorm
impl Unpin for EuclideanNorm
impl UnwindSafe for EuclideanNorm
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