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