pub struct AgentsMdMetadata {
pub cwd: String,
pub content: String,
}Fields§
§cwd: String§content: StringTrait Implementations§
Source§impl Clone for AgentsMdMetadata
impl Clone for AgentsMdMetadata
Source§fn clone(&self) -> AgentsMdMetadata
fn clone(&self) -> AgentsMdMetadata
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 AgentsMdMetadata
impl Debug for AgentsMdMetadata
Source§impl<'de> Deserialize<'de> for AgentsMdMetadata
impl<'de> Deserialize<'de> for AgentsMdMetadata
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 AgentsMdMetadata
impl PartialEq for AgentsMdMetadata
Source§impl Serialize for AgentsMdMetadata
impl Serialize for AgentsMdMetadata
impl Eq for AgentsMdMetadata
impl StructuralPartialEq for AgentsMdMetadata
Auto Trait Implementations§
impl Freeze for AgentsMdMetadata
impl RefUnwindSafe for AgentsMdMetadata
impl Send for AgentsMdMetadata
impl Sync for AgentsMdMetadata
impl Unpin for AgentsMdMetadata
impl UnsafeUnpin for AgentsMdMetadata
impl UnwindSafe for AgentsMdMetadata
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