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 for QuerySocketOpts
impl PartialEq 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 ==.impl StructuralPartialEq for QuerySocketOpts
Auto Trait Implementations§
impl RefUnwindSafe for QuerySocketOpts
impl Send for QuerySocketOpts
impl Sync for QuerySocketOpts
impl Unpin for QuerySocketOpts
impl UnwindSafe for QuerySocketOpts
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