pub struct AgentTaskWorkspace {
pub id: WorkspaceId,
}Fields§
§id: WorkspaceIdTrait Implementations§
Source§impl Clone for AgentTaskWorkspace
impl Clone for AgentTaskWorkspace
Source§fn clone(&self) -> AgentTaskWorkspace
fn clone(&self) -> AgentTaskWorkspace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentTaskWorkspace
impl Debug for AgentTaskWorkspace
Source§impl<'de> Deserialize<'de> for AgentTaskWorkspace
impl<'de> Deserialize<'de> for AgentTaskWorkspace
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
impl Eq for AgentTaskWorkspace
Source§impl PartialEq for AgentTaskWorkspace
impl PartialEq for AgentTaskWorkspace
Source§impl Serialize for AgentTaskWorkspace
impl Serialize for AgentTaskWorkspace
impl StructuralPartialEq for AgentTaskWorkspace
Auto Trait Implementations§
impl Freeze for AgentTaskWorkspace
impl RefUnwindSafe for AgentTaskWorkspace
impl Send for AgentTaskWorkspace
impl Sync for AgentTaskWorkspace
impl Unpin for AgentTaskWorkspace
impl UnsafeUnpin for AgentTaskWorkspace
impl UnwindSafe for AgentTaskWorkspace
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