pub struct Compact;Expand description
Compact operator: maps bounded sets to precompact sets.
Compact operators have discrete spectrum (except possibly 0).
Trait Implementations§
impl CompactnessProperty for Compact
impl Copy for Compact
impl Eq for Compact
impl StructuralPartialEq for Compact
Auto Trait Implementations§
impl Freeze for Compact
impl RefUnwindSafe for Compact
impl Send for Compact
impl Sync for Compact
impl Unpin for Compact
impl UnwindSafe for Compact
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