pub struct AsAgentData {
pub askit: ASKit,
pub id: String,
pub status: AgentStatus,
pub def_name: String,
pub config: Option<AgentConfig>,
}Fields§
§askit: ASKit§id: String§status: AgentStatus§def_name: String§config: Option<AgentConfig>Implementations§
Source§impl AsAgentData
impl AsAgentData
Auto Trait Implementations§
impl Freeze for AsAgentData
impl RefUnwindSafe for AsAgentData
impl Send for AsAgentData
impl Sync for AsAgentData
impl Unpin for AsAgentData
impl UnwindSafe for AsAgentData
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