pub struct CartesianBuilder { /* private fields */ }Expand description
Builder for constructing Cartesian states from unitful components.
Implementations§
Trait Implementations§
Source§impl Clone for CartesianBuilder
impl Clone for CartesianBuilder
Source§fn clone(&self) -> CartesianBuilder
fn clone(&self) -> CartesianBuilder
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 CartesianBuilder
impl Debug for CartesianBuilder
Source§impl Default for CartesianBuilder
impl Default for CartesianBuilder
Source§fn default() -> CartesianBuilder
fn default() -> CartesianBuilder
Returns the “default value” for a type. Read more
impl Copy for CartesianBuilder
Auto Trait Implementations§
impl Freeze for CartesianBuilder
impl RefUnwindSafe for CartesianBuilder
impl Send for CartesianBuilder
impl Sync for CartesianBuilder
impl Unpin for CartesianBuilder
impl UnsafeUnpin for CartesianBuilder
impl UnwindSafe for CartesianBuilder
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