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