pub struct ModuleDependencyId(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for ModuleDependencyId
impl Clone for ModuleDependencyId
Source§fn clone(&self) -> ModuleDependencyId
fn clone(&self) -> ModuleDependencyId
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 ModuleDependencyId
impl Debug for ModuleDependencyId
Source§impl<'de> Deserialize<'de> for ModuleDependencyId
impl<'de> Deserialize<'de> for ModuleDependencyId
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 ModuleDependencyId
impl From<&str> for ModuleDependencyId
Source§impl From<String> for ModuleDependencyId
impl From<String> for ModuleDependencyId
Source§impl IntoID<ModuleDependencyId> for ModuleDependency
impl IntoID<ModuleDependencyId> for ModuleDependency
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ModuleDependencyId, DaggerError>> + Send>>
Source§impl IntoID<ModuleDependencyId> for ModuleDependencyId
impl IntoID<ModuleDependencyId> for ModuleDependencyId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<ModuleDependencyId, DaggerError>> + Send>>
Source§impl PartialEq for ModuleDependencyId
impl PartialEq for ModuleDependencyId
Source§impl Serialize for ModuleDependencyId
impl Serialize for ModuleDependencyId
impl StructuralPartialEq for ModuleDependencyId
Auto Trait Implementations§
impl Freeze for ModuleDependencyId
impl RefUnwindSafe for ModuleDependencyId
impl Send for ModuleDependencyId
impl Sync for ModuleDependencyId
impl Unpin for ModuleDependencyId
impl UnwindSafe for ModuleDependencyId
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