pub struct MockMultivector;Expand description
Mock multivector type for compilation (will be replaced with real amari-core types)
Implementations§
Source§impl MockMultivector
impl MockMultivector
pub fn from_polynomial(_poly: &str) -> Self
Trait Implementations§
Source§impl Clone for MockMultivector
impl Clone for MockMultivector
Source§fn clone(&self) -> MockMultivector
fn clone(&self) -> MockMultivector
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 MockMultivector
impl RefUnwindSafe for MockMultivector
impl Send for MockMultivector
impl Sync for MockMultivector
impl Unpin for MockMultivector
impl UnwindSafe for MockMultivector
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