pub struct ValidationState {
pub errors: ValicoErrors,
pub missing: Vec<Url>,
}
Fields§
§errors: ValicoErrors
§missing: Vec<Url>
Implementations§
Source§impl ValidationState
impl ValidationState
pub fn new() -> ValidationState
pub fn is_valid(&self) -> bool
pub fn is_strictly_valid(&self) -> bool
pub fn append(&mut self, second: ValidationState)
Trait Implementations§
Source§impl Debug for ValidationState
impl Debug for ValidationState
Auto Trait Implementations§
impl Freeze for ValidationState
impl !RefUnwindSafe for ValidationState
impl Send for ValidationState
impl !Sync for ValidationState
impl Unpin for ValidationState
impl !UnwindSafe for ValidationState
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