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