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