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