pub struct ContainerId(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for ContainerId
impl Clone for ContainerId
Source§fn clone(&self) -> ContainerId
fn clone(&self) -> ContainerId
Returns a duplicate 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 From<&str> for ContainerId
impl From<&str> for ContainerId
Source§impl From<String> for ContainerId
impl From<String> for ContainerId
Source§impl IntoID<ContainerId> for Container
impl IntoID<ContainerId> for Container
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ContainerId, DaggerError>> + Send>>
Source§impl IntoID<ContainerId> for ContainerId
impl IntoID<ContainerId> for ContainerId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ContainerId, DaggerError>> + Send>>
Source§impl PartialEq for ContainerId
impl PartialEq for ContainerId
Source§impl Serialize for ContainerId
impl Serialize for ContainerId
impl StructuralPartialEq for ContainerId
Auto Trait Implementations§
impl Freeze for ContainerId
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