pub enum IntegrationQawo {
Cosine,
Sine,
}Expand description
Used by workspace for QAWO integrator
Variants§
Trait Implementations§
Source§impl Clone for IntegrationQawo
impl Clone for IntegrationQawo
Source§fn clone(&self) -> IntegrationQawo
fn clone(&self) -> IntegrationQawo
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 IntegrationQawo
impl Debug for IntegrationQawo
Source§impl PartialEq for IntegrationQawo
impl PartialEq for IntegrationQawo
Source§impl PartialOrd for IntegrationQawo
impl PartialOrd for IntegrationQawo
impl Copy for IntegrationQawo
impl StructuralPartialEq for IntegrationQawo
Auto Trait Implementations§
impl Freeze for IntegrationQawo
impl RefUnwindSafe for IntegrationQawo
impl Send for IntegrationQawo
impl Sync for IntegrationQawo
impl Unpin for IntegrationQawo
impl UnwindSafe for IntegrationQawo
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