pub struct DpConfig {
pub epsilon: f64,
pub delta: f64,
pub sensitivity: f64,
}Fields§
§epsilon: f64§delta: f64§sensitivity: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for DpConfig
impl RefUnwindSafe for DpConfig
impl Send for DpConfig
impl Sync for DpConfig
impl Unpin for DpConfig
impl UnsafeUnpin for DpConfig
impl UnwindSafe for DpConfig
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