pub struct InferenceAttackModel {
pub adversary_advantage: f64,
pub privacy_bound: f64,
}Expand description
Inference attack model against differentially private output.
Fields§
§adversary_advantage: f64§privacy_bound: f64Implementations§
Trait Implementations§
Source§impl Clone for InferenceAttackModel
impl Clone for InferenceAttackModel
Source§fn clone(&self) -> InferenceAttackModel
fn clone(&self) -> InferenceAttackModel
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 InferenceAttackModel
impl RefUnwindSafe for InferenceAttackModel
impl Send for InferenceAttackModel
impl Sync for InferenceAttackModel
impl Unpin for InferenceAttackModel
impl UnsafeUnpin for InferenceAttackModel
impl UnwindSafe for InferenceAttackModel
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