Struct dagger_sdk::QueryProjectCommandOpts
source · pub struct QueryProjectCommandOpts {
pub id: Option<ProjectCommandId>,
}Fields§
§id: Option<ProjectCommandId>Trait Implementations§
source§impl Debug for QueryProjectCommandOpts
impl Debug for QueryProjectCommandOpts
source§impl PartialEq<QueryProjectCommandOpts> for QueryProjectCommandOpts
impl PartialEq<QueryProjectCommandOpts> for QueryProjectCommandOpts
source§fn eq(&self, other: &QueryProjectCommandOpts) -> bool
fn eq(&self, other: &QueryProjectCommandOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for QueryProjectCommandOpts
Auto Trait Implementations§
impl RefUnwindSafe for QueryProjectCommandOpts
impl Send for QueryProjectCommandOpts
impl Sync for QueryProjectCommandOpts
impl Unpin for QueryProjectCommandOpts
impl UnwindSafe for QueryProjectCommandOpts
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