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