pub struct RngSchema {
pub start: Arc<Pattern>,
pub defines: HashMap<String, Arc<Pattern>>,
}Expand description
A compiled RelaxNG schema.
Fields§
§start: Arc<Pattern>§defines: HashMap<String, Arc<Pattern>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RngSchema
impl RefUnwindSafe for RngSchema
impl Send for RngSchema
impl Sync for RngSchema
impl Unpin for RngSchema
impl UnsafeUnpin for RngSchema
impl UnwindSafe for RngSchema
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