pub struct AgentActivityType {}Auto Trait Implementations§
impl Freeze for AgentActivityType
impl RefUnwindSafe for AgentActivityType
impl Send for AgentActivityType
impl Sync for AgentActivityType
impl Unpin for AgentActivityType
impl UnsafeUnpin for AgentActivityType
impl UnwindSafe for AgentActivityType
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