pub struct XmlSchema { /* private fields */ }
Expand description
Provides information of the location for the schema.
Implementations§
source§impl XmlSchema
impl XmlSchema
sourcepub fn db_name(&self) -> &str
pub fn db_name(&self) -> &str
Specifies the name of the database where the schema collection is defined.
sourcepub fn owner(&self) -> &str
pub fn owner(&self) -> &str
Specifies the name of the relational schema containing the schema collection.
sourcepub fn collection(&self) -> &str
pub fn collection(&self) -> &str
Specifies the name of the XML schema collection to which the type is bound.
Trait Implementations§
source§impl PartialEq for XmlSchema
impl PartialEq for XmlSchema
impl Eq for XmlSchema
impl StructuralEq for XmlSchema
impl StructuralPartialEq for XmlSchema
Auto Trait Implementations§
impl RefUnwindSafe for XmlSchema
impl Send for XmlSchema
impl Sync for XmlSchema
impl Unpin for XmlSchema
impl UnwindSafe for XmlSchema
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