pub struct QueryCurrentWorkspaceOpts {
pub skip_migration_check: Option<bool>,
}Fields§
§skip_migration_check: Option<bool>If true, skip legacy dagger.json migration checks.
Trait Implementations§
Source§impl Debug for QueryCurrentWorkspaceOpts
impl Debug for QueryCurrentWorkspaceOpts
impl StructuralPartialEq for QueryCurrentWorkspaceOpts
Auto Trait Implementations§
impl Freeze for QueryCurrentWorkspaceOpts
impl RefUnwindSafe for QueryCurrentWorkspaceOpts
impl Send for QueryCurrentWorkspaceOpts
impl Sync for QueryCurrentWorkspaceOpts
impl Unpin for QueryCurrentWorkspaceOpts
impl UnsafeUnpin for QueryCurrentWorkspaceOpts
impl UnwindSafe for QueryCurrentWorkspaceOpts
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