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