pub struct CmlValidator { /* private fields */ }Expand description
Validates a CML v0.2 document
Implementations§
Source§impl CmlValidator
impl CmlValidator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmlValidator
impl RefUnwindSafe for CmlValidator
impl Send for CmlValidator
impl Sync for CmlValidator
impl Unpin for CmlValidator
impl UnwindSafe for CmlValidator
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