pub struct RedefineResult {
pub schema_location: String,
pub id: Option<String>,
pub annotation: Option<Annotation>,
pub components: Vec<RedefineComponent>,
pub source: Option<SourceRef>,
}Expand description
Redefine directive result
Fields§
§schema_location: String§id: Option<String>§annotation: Option<Annotation>§components: Vec<RedefineComponent>§source: Option<SourceRef>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RedefineResult
impl RefUnwindSafe for RedefineResult
impl Send for RedefineResult
impl Sync for RedefineResult
impl Unpin for RedefineResult
impl UnsafeUnpin for RedefineResult
impl UnwindSafe for RedefineResult
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