Struct dagger_sdk::ContainerId
source · pub struct ContainerId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for ContainerId
impl Clone for ContainerId
source§fn clone(&self) -> ContainerId
fn clone(&self) -> ContainerId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContainerId
impl Debug for ContainerId
source§impl<'de> Deserialize<'de> for ContainerId
impl<'de> Deserialize<'de> for ContainerId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Into<ContainerId> for &str
impl Into<ContainerId> for &str
source§fn into(self) -> ContainerId
fn into(self) -> ContainerId
Converts this type into the (usually inferred) input type.
source§impl Into<ContainerId> for String
impl Into<ContainerId> for String
source§fn into(self) -> ContainerId
fn into(self) -> ContainerId
Converts this type into the (usually inferred) input type.
source§impl PartialEq for ContainerId
impl PartialEq for ContainerId
source§fn eq(&self, other: &ContainerId) -> bool
fn eq(&self, other: &ContainerId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ContainerId
impl Serialize for ContainerId
impl StructuralPartialEq for ContainerId
Auto Trait Implementations§
impl RefUnwindSafe for ContainerId
impl Send for ContainerId
impl Sync for ContainerId
impl Unpin for ContainerId
impl UnwindSafe for ContainerId
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