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