pub struct ValidatorOptions { /* private fields */ }Auto Trait Implementations§
impl Freeze for ValidatorOptions
impl RefUnwindSafe for ValidatorOptions
impl Send for ValidatorOptions
impl Sync for ValidatorOptions
impl Unpin for ValidatorOptions
impl UnsafeUnpin for ValidatorOptions
impl UnwindSafe for ValidatorOptions
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