pub struct ResolveOptions<'a> {
pub current_context: Option<&'a str>,
}Expand description
Options for resolve_plan.
Fields§
§current_context: Option<&'a str>Active context from state.toml — used when the query has no @.
Auto Trait Implementations§
impl<'a> Freeze for ResolveOptions<'a>
impl<'a> RefUnwindSafe for ResolveOptions<'a>
impl<'a> Send for ResolveOptions<'a>
impl<'a> Sync for ResolveOptions<'a>
impl<'a> Unpin for ResolveOptions<'a>
impl<'a> UnsafeUnpin for ResolveOptions<'a>
impl<'a> UnwindSafe for ResolveOptions<'a>
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