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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IntegrationQawo
Source§impl Debug for IntegrationQawo
impl Debug for IntegrationQawo
Source§impl PartialEq for IntegrationQawo
impl PartialEq for IntegrationQawo
Source§fn eq(&self, other: &IntegrationQawo) -> bool
fn eq(&self, other: &IntegrationQawo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IntegrationQawo
impl PartialOrd 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 UnsafeUnpin 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