pub struct XmlSchemaRegistry { /* private fields */ }
Implementations§
Source§impl XmlSchemaRegistry
impl XmlSchemaRegistry
pub fn new<P: AsRef<Path>>(path: P) -> Self
pub fn with_cache_dir<P: AsRef<Path>>(self, path: P) -> Self
pub fn register(&mut self, url_or_path: &str) -> BuildResult<()>
pub fn register_with_filename<P: AsRef<Path>>( &mut self, url_or_path: &str, filename: P, ) -> BuildResult<()>
pub fn save(self) -> BuildResult<()>
Auto Trait Implementations§
impl Freeze for XmlSchemaRegistry
impl RefUnwindSafe for XmlSchemaRegistry
impl Send for XmlSchemaRegistry
impl Sync for XmlSchemaRegistry
impl Unpin for XmlSchemaRegistry
impl UnwindSafe for XmlSchemaRegistry
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