pub struct QueryCurrentWorkspaceOptsBuilder { /* private fields */ }Expand description
Builder for QueryCurrentWorkspaceOpts.
Implementations§
Source§impl QueryCurrentWorkspaceOptsBuilder
impl QueryCurrentWorkspaceOptsBuilder
Sourcepub fn skip_migration_check<VALUE: Into<bool>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn skip_migration_check<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
If true, skip legacy dagger.json migration checks.
Sourcepub fn build(
&self,
) -> Result<QueryCurrentWorkspaceOpts, QueryCurrentWorkspaceOptsBuilderError>
pub fn build( &self, ) -> Result<QueryCurrentWorkspaceOpts, QueryCurrentWorkspaceOptsBuilderError>
Trait Implementations§
Source§impl Clone for QueryCurrentWorkspaceOptsBuilder
impl Clone for QueryCurrentWorkspaceOptsBuilder
Source§fn clone(&self) -> QueryCurrentWorkspaceOptsBuilder
fn clone(&self) -> QueryCurrentWorkspaceOptsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QueryCurrentWorkspaceOptsBuilder
impl RefUnwindSafe for QueryCurrentWorkspaceOptsBuilder
impl Send for QueryCurrentWorkspaceOptsBuilder
impl Sync for QueryCurrentWorkspaceOptsBuilder
impl Unpin for QueryCurrentWorkspaceOptsBuilder
impl UnsafeUnpin for QueryCurrentWorkspaceOptsBuilder
impl UnwindSafe for QueryCurrentWorkspaceOptsBuilder
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