Struct dagger_sdk::CacheVolumeId
source · pub struct CacheVolumeId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for CacheVolumeId
impl Clone for CacheVolumeId
source§fn clone(&self) -> CacheVolumeId
fn clone(&self) -> CacheVolumeId
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 CacheVolumeId
impl Debug for CacheVolumeId
source§impl<'de> Deserialize<'de> for CacheVolumeId
impl<'de> Deserialize<'de> for CacheVolumeId
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<CacheVolumeId> for &str
impl Into<CacheVolumeId> for &str
source§fn into(self) -> CacheVolumeId
fn into(self) -> CacheVolumeId
Converts this type into the (usually inferred) input type.
source§impl Into<CacheVolumeId> for String
impl Into<CacheVolumeId> for String
source§fn into(self) -> CacheVolumeId
fn into(self) -> CacheVolumeId
Converts this type into the (usually inferred) input type.
source§impl PartialEq for CacheVolumeId
impl PartialEq for CacheVolumeId
source§fn eq(&self, other: &CacheVolumeId) -> bool
fn eq(&self, other: &CacheVolumeId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for CacheVolumeId
impl Serialize for CacheVolumeId
impl StructuralPartialEq for CacheVolumeId
Auto Trait Implementations§
impl RefUnwindSafe for CacheVolumeId
impl Send for CacheVolumeId
impl Sync for CacheVolumeId
impl Unpin for CacheVolumeId
impl UnwindSafe for CacheVolumeId
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