Struct dagger_sdk::FunctionArgId
source · pub struct FunctionArgId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for FunctionArgId
impl Clone for FunctionArgId
source§fn clone(&self) -> FunctionArgId
fn clone(&self) -> FunctionArgId
Returns a copy 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 FunctionArgId
impl Debug for FunctionArgId
source§impl<'de> Deserialize<'de> for FunctionArgId
impl<'de> Deserialize<'de> for FunctionArgId
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 Into<FunctionArgId> for &str
impl Into<FunctionArgId> for &str
source§fn into(self) -> FunctionArgId
fn into(self) -> FunctionArgId
Converts this type into the (usually inferred) input type.
source§impl Into<FunctionArgId> for String
impl Into<FunctionArgId> for String
source§fn into(self) -> FunctionArgId
fn into(self) -> FunctionArgId
Converts this type into the (usually inferred) input type.
source§impl PartialEq for FunctionArgId
impl PartialEq for FunctionArgId
source§fn eq(&self, other: &FunctionArgId) -> bool
fn eq(&self, other: &FunctionArgId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FunctionArgId
impl Serialize for FunctionArgId
impl StructuralPartialEq for FunctionArgId
Auto Trait Implementations§
impl RefUnwindSafe for FunctionArgId
impl Send for FunctionArgId
impl Sync for FunctionArgId
impl Unpin for FunctionArgId
impl UnwindSafe for FunctionArgId
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