pub struct DeferredResult {
pub content: String,
pub diagnostics: Vec<Diagnostic>,
}Expand description
Output of resolve_deferred_markers.
Fields§
§content: String§diagnostics: Vec<Diagnostic>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeferredResult
impl RefUnwindSafe for DeferredResult
impl Send for DeferredResult
impl Sync for DeferredResult
impl Unpin for DeferredResult
impl UnsafeUnpin for DeferredResult
impl UnwindSafe for DeferredResult
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