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