pub struct ReplayPolicy {
pub name: String,
pub rules: Vec<ValidationRule>,
}Fields§
§name: String§rules: Vec<ValidationRule>Implementations§
Source§impl ReplayPolicy
impl ReplayPolicy
Trait Implementations§
Source§impl Clone for ReplayPolicy
impl Clone for ReplayPolicy
Source§fn clone(&self) -> ReplayPolicy
fn clone(&self) -> ReplayPolicy
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 ReplayPolicy
impl RefUnwindSafe for ReplayPolicy
impl Send for ReplayPolicy
impl Sync for ReplayPolicy
impl Unpin for ReplayPolicy
impl UnwindSafe for ReplayPolicy
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