pub struct SchemaValidator {}Expand description
Schema validator.
Implementations§
Source§impl SchemaValidator
impl SchemaValidator
Sourcepub fn validate(&self, ir: AuthoringIR) -> Result<AuthoringIR>
pub fn validate(&self, ir: AuthoringIR) -> Result<AuthoringIR>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaValidator
impl RefUnwindSafe for SchemaValidator
impl Send for SchemaValidator
impl Sync for SchemaValidator
impl Unpin for SchemaValidator
impl UnsafeUnpin for SchemaValidator
impl UnwindSafe for SchemaValidator
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