pub struct QueryModuleSourceOpts<'a> {
pub ref_pin: Option<&'a str>,
pub rel_host_path: Option<&'a str>,
pub stable: Option<bool>,
}Fields§
§ref_pin: Option<&'a str>The pinned version of the module source
rel_host_path: Option<&'a str>The relative path to the module root from the host directory
stable: Option<bool>If true, enforce that the source is a stable version for source kinds that support versioning.
Trait Implementations§
Source§impl<'a> Debug for QueryModuleSourceOpts<'a>
impl<'a> Debug for QueryModuleSourceOpts<'a>
Source§impl<'a> PartialEq for QueryModuleSourceOpts<'a>
impl<'a> PartialEq for QueryModuleSourceOpts<'a>
impl<'a> StructuralPartialEq for QueryModuleSourceOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueryModuleSourceOpts<'a>
impl<'a> RefUnwindSafe for QueryModuleSourceOpts<'a>
impl<'a> Send for QueryModuleSourceOpts<'a>
impl<'a> Sync for QueryModuleSourceOpts<'a>
impl<'a> Unpin for QueryModuleSourceOpts<'a>
impl<'a> UnwindSafe for QueryModuleSourceOpts<'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