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