pub struct FunctionSpaceIndex(pub InnerFunctionSpaceIndex);
Tuple Fields§
§0: InnerFunctionSpaceIndex
Trait Implementations§
Source§impl Clone for FunctionSpaceIndex
impl Clone for FunctionSpaceIndex
Source§fn clone(&self) -> FunctionSpaceIndex
fn clone(&self) -> FunctionSpaceIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FunctionSpaceIndex
impl Debug for FunctionSpaceIndex
Source§impl Deref for FunctionSpaceIndex
impl Deref for FunctionSpaceIndex
Source§impl Hash for FunctionSpaceIndex
impl Hash for FunctionSpaceIndex
Source§impl Into<FunctionSpaceIndex> for FunctionIndex
impl Into<FunctionSpaceIndex> for FunctionIndex
Source§fn into(self) -> FunctionSpaceIndex
fn into(self) -> FunctionSpaceIndex
Converts this type into the (usually inferred) input type.
Source§impl Ord for FunctionSpaceIndex
impl Ord for FunctionSpaceIndex
Source§fn cmp(&self, other: &FunctionSpaceIndex) -> Ordering
fn cmp(&self, other: &FunctionSpaceIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FunctionSpaceIndex
impl PartialEq for FunctionSpaceIndex
Source§impl PartialOrd for FunctionSpaceIndex
impl PartialOrd for FunctionSpaceIndex
impl Copy for FunctionSpaceIndex
impl Eq for FunctionSpaceIndex
impl StructuralPartialEq for FunctionSpaceIndex
Auto Trait Implementations§
impl Freeze for FunctionSpaceIndex
impl RefUnwindSafe for FunctionSpaceIndex
impl Send for FunctionSpaceIndex
impl Sync for FunctionSpaceIndex
impl Unpin for FunctionSpaceIndex
impl UnwindSafe for FunctionSpaceIndex
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