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