pub struct FiniteElementKind;Auto Trait Implementations§
impl Freeze for FiniteElementKind
impl RefUnwindSafe for FiniteElementKind
impl Send for FiniteElementKind
impl Sync for FiniteElementKind
impl Unpin for FiniteElementKind
impl UnsafeUnpin for FiniteElementKind
impl UnwindSafe for FiniteElementKind
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