pub struct Euclidean {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Euclidean
impl RefUnwindSafe for Euclidean
impl Send for Euclidean
impl Sync for Euclidean
impl Unpin for Euclidean
impl UnwindSafe for Euclidean
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