pub struct OneOfValidator;Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for OneOfValidator
impl RefUnwindSafe for OneOfValidator
impl Send for OneOfValidator
impl Sync for OneOfValidator
impl Unpin for OneOfValidator
impl UnsafeUnpin for OneOfValidator
impl UnwindSafe for OneOfValidator
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