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