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