pub struct Unbounded;Expand description
Unbounded operator: no finite bound exists.
Examples include differential operators on L² spaces.
Trait Implementations§
impl BoundednessProperty for Unbounded
impl Copy for Unbounded
impl Eq for Unbounded
impl StructuralPartialEq for Unbounded
Auto Trait Implementations§
impl Freeze for Unbounded
impl RefUnwindSafe for Unbounded
impl Send for Unbounded
impl Sync for Unbounded
impl Unpin for Unbounded
impl UnwindSafe for Unbounded
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