pub struct ExponentialMechanismExt {
pub epsilon: f64,
pub sensitivity: f64,
pub output_range_name: String,
}Expand description
Exponential mechanism for private selection.
Fields§
§epsilon: f64§sensitivity: f64§output_range_name: StringImplementations§
Trait Implementations§
Source§impl Clone for ExponentialMechanismExt
impl Clone for ExponentialMechanismExt
Source§fn clone(&self) -> ExponentialMechanismExt
fn clone(&self) -> ExponentialMechanismExt
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 ExponentialMechanismExt
impl RefUnwindSafe for ExponentialMechanismExt
impl Send for ExponentialMechanismExt
impl Sync for ExponentialMechanismExt
impl Unpin for ExponentialMechanismExt
impl UnsafeUnpin for ExponentialMechanismExt
impl UnwindSafe for ExponentialMechanismExt
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