pub struct AtLeastOneOf { /* private fields */ }
Implementations§
Source§impl AtLeastOneOf
impl AtLeastOneOf
pub fn new(params: &[&str]) -> AtLeastOneOf
Trait Implementations§
Source§impl Validator for AtLeastOneOf
impl Validator for AtLeastOneOf
Auto Trait Implementations§
impl Freeze for AtLeastOneOf
impl RefUnwindSafe for AtLeastOneOf
impl Send for AtLeastOneOf
impl Sync for AtLeastOneOf
impl Unpin for AtLeastOneOf
impl UnwindSafe for AtLeastOneOf
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