pub enum LocalMechanismType {
RandomizedResponse,
UnaryEncoding,
OptimizedUnaryEncoding,
HadamardResponse,
SampledHistogram,
}Variants§
Trait Implementations§
Source§impl Clone for LocalMechanismType
impl Clone for LocalMechanismType
Source§fn clone(&self) -> LocalMechanismType
fn clone(&self) -> LocalMechanismType
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 LocalMechanismType
impl Debug for LocalMechanismType
Source§impl PartialEq for LocalMechanismType
impl PartialEq for LocalMechanismType
impl Eq for LocalMechanismType
impl StructuralPartialEq for LocalMechanismType
Auto Trait Implementations§
impl Freeze for LocalMechanismType
impl RefUnwindSafe for LocalMechanismType
impl Send for LocalMechanismType
impl Sync for LocalMechanismType
impl Unpin for LocalMechanismType
impl UnsafeUnpin for LocalMechanismType
impl UnwindSafe for LocalMechanismType
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