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