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