pub struct AlwaysValid;
Trait Implementations§
Source§impl IdentValidation for AlwaysValid
impl IdentValidation for AlwaysValid
Source§impl PartialEq for AlwaysValid
impl PartialEq for AlwaysValid
impl Eq for AlwaysValid
impl StructuralPartialEq for AlwaysValid
Auto Trait Implementations§
impl Freeze for AlwaysValid
impl RefUnwindSafe for AlwaysValid
impl Send for AlwaysValid
impl Sync for AlwaysValid
impl Unpin for AlwaysValid
impl UnwindSafe for AlwaysValid
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