pub struct ImportDirective {
pub source: Option<SourceRef>,
pub namespace: Option<String>,
pub schema_location: Option<String>,
pub resolved_doc_id: Option<DocumentId>,
}Expand description
xs:import directive
Fields§
§source: Option<SourceRef>§namespace: Option<String>§schema_location: Option<String>§resolved_doc_id: Option<DocumentId>Trait Implementations§
Source§impl Clone for ImportDirective
impl Clone for ImportDirective
Source§fn clone(&self) -> ImportDirective
fn clone(&self) -> ImportDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ImportDirective
impl RefUnwindSafe for ImportDirective
impl Send for ImportDirective
impl Sync for ImportDirective
impl Unpin for ImportDirective
impl UnsafeUnpin for ImportDirective
impl UnwindSafe for ImportDirective
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