Struct dagger_sdk::QuerySocketOpts
source · pub struct QuerySocketOpts {
pub id: Option<SocketId>,
}Fields§
§id: Option<SocketId>Trait Implementations§
source§impl Debug for QuerySocketOpts
impl Debug for QuerySocketOpts
source§impl PartialEq<QuerySocketOpts> for QuerySocketOpts
impl PartialEq<QuerySocketOpts> for QuerySocketOpts
source§fn eq(&self, other: &QuerySocketOpts) -> bool
fn eq(&self, other: &QuerySocketOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.