pub struct Functional {
pub name: String,
pub domain: String,
pub codomain: String,
}Expand description
A general functional mapping a function space to a field.
Fields§
§name: StringName of the functional.
domain: StringDescription of the domain (function space).
codomain: StringDescription of the codomain (field).
Implementations§
Trait Implementations§
Source§impl Clone for Functional
impl Clone for Functional
Source§fn clone(&self) -> Functional
fn clone(&self) -> Functional
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 moreAuto Trait Implementations§
impl Freeze for Functional
impl RefUnwindSafe for Functional
impl Send for Functional
impl Sync for Functional
impl Unpin for Functional
impl UnsafeUnpin for Functional
impl UnwindSafe for Functional
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