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