pub struct ObfuscationOptions {
pub seed: String,
pub strategy: SelectionStrategy,
}Expand description
Options for obfuscation
Fields§
§seed: StringSeed for deterministic random selection
strategy: SelectionStrategySelection strategy
Trait Implementations§
Source§impl Clone for ObfuscationOptions
impl Clone for ObfuscationOptions
Source§fn clone(&self) -> ObfuscationOptions
fn clone(&self) -> ObfuscationOptions
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 ObfuscationOptions
impl Debug for ObfuscationOptions
Auto Trait Implementations§
impl Freeze for ObfuscationOptions
impl RefUnwindSafe for ObfuscationOptions
impl Send for ObfuscationOptions
impl Sync for ObfuscationOptions
impl Unpin for ObfuscationOptions
impl UnwindSafe for ObfuscationOptions
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