pub enum DirectiveResult {
Include(IncludeResult),
Import(ImportResult),
Redefine(RedefineResult),
Override(OverrideResult),
}Expand description
Directive result (include/import/redefine/override)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectiveResult
impl RefUnwindSafe for DirectiveResult
impl Send for DirectiveResult
impl Sync for DirectiveResult
impl Unpin for DirectiveResult
impl UnsafeUnpin for DirectiveResult
impl UnwindSafe for DirectiveResult
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