pub struct WeightedJsonRule { /* private fields */ }Expand description
One weighted deterministic JSON-output rule.
Implementations§
Trait Implementations§
Source§impl Clone for WeightedJsonRule
impl Clone for WeightedJsonRule
Source§fn clone(&self) -> WeightedJsonRule
fn clone(&self) -> WeightedJsonRule
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WeightedJsonRule
impl RefUnwindSafe for WeightedJsonRule
impl Send for WeightedJsonRule
impl Sync for WeightedJsonRule
impl Unpin for WeightedJsonRule
impl UnsafeUnpin for WeightedJsonRule
impl UnwindSafe for WeightedJsonRule
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