pub struct Validated<E, T> { /* private fields */ }Expand description
Simple wrapper type for data to track validity
Implementations§
Trait Implementations§
Source§impl<E, T> BorrowMut<T> for Validated<E, T>
impl<E, T> BorrowMut<T> for Validated<E, T>
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<E, T> CaptionMut<E> for Validated<E, T>where
T: CaptionMut<E>,
impl<E, T> CaptionMut<E> for Validated<E, T>where
T: CaptionMut<E>,
Source§impl<E, T> ValidationMut<E> for Validated<E, T>
impl<E, T> ValidationMut<E> for Validated<E, T>
Auto Trait Implementations§
impl<E, T> Freeze for Validated<E, T>where
T: Freeze,
impl<E, T> RefUnwindSafe for Validated<E, T>where
T: RefUnwindSafe,
E: RefUnwindSafe,
impl<E, T> Send for Validated<E, T>
impl<E, T> Sync for Validated<E, T>
impl<E, T> Unpin for Validated<E, T>
impl<E, T> UnwindSafe for Validated<E, T>where
T: UnwindSafe,
E: UnwindSafe,
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