pub struct AssistantMessagePath {
pub cwd: String,
pub root: String,
}Expand description
Filesystem paths for an AssistantMessage.
Fields§
§cwd: StringCurrent working directory.
root: StringProject root directory.
Trait Implementations§
Source§impl Clone for AssistantMessagePath
impl Clone for AssistantMessagePath
Source§fn clone(&self) -> AssistantMessagePath
fn clone(&self) -> AssistantMessagePath
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 AssistantMessagePath
impl Debug for AssistantMessagePath
Source§impl Default for AssistantMessagePath
impl Default for AssistantMessagePath
Source§fn default() -> AssistantMessagePath
fn default() -> AssistantMessagePath
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssistantMessagePath
impl<'de> Deserialize<'de> for AssistantMessagePath
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 PartialEq for AssistantMessagePath
impl PartialEq for AssistantMessagePath
Source§impl Serialize for AssistantMessagePath
impl Serialize for AssistantMessagePath
impl Eq for AssistantMessagePath
impl StructuralPartialEq for AssistantMessagePath
Auto Trait Implementations§
impl Freeze for AssistantMessagePath
impl RefUnwindSafe for AssistantMessagePath
impl Send for AssistantMessagePath
impl Sync for AssistantMessagePath
impl Unpin for AssistantMessagePath
impl UnwindSafe for AssistantMessagePath
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self with key and returns true if they are equal.