pub struct ImportDirective {
pub namespace: Option<String>,
pub location: Option<String>,
}Expand description
Import types from some other schema.
Fields§
§namespace: Option<String>Namespace to import.
location: Option<String>Location of import.
Trait Implementations§
Source§impl Debug for ImportDirective
impl Debug for ImportDirective
Auto Trait Implementations§
impl Freeze for ImportDirective
impl RefUnwindSafe for ImportDirective
impl Send for ImportDirective
impl Sync for ImportDirective
impl Unpin 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