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