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