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