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