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§
impl Eq for XmlSchema
impl StructuralPartialEq for XmlSchema
Auto Trait Implementations§
impl Freeze for XmlSchema
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)