pub struct DroidBackend { /* private fields */ }Expand description
The AgentBackend for droid exec -o json: single-shot with autonomy
selected from the session role.
Implementations§
Source§impl DroidBackend
impl DroidBackend
Trait Implementations§
Source§impl AgentBackend for DroidBackend
impl AgentBackend for DroidBackend
Source§impl Clone for DroidBackend
impl Clone for DroidBackend
Source§fn clone(&self) -> DroidBackend
fn clone(&self) -> DroidBackend
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 moreAuto Trait Implementations§
impl Freeze for DroidBackend
impl RefUnwindSafe for DroidBackend
impl Send for DroidBackend
impl Sync for DroidBackend
impl Unpin for DroidBackend
impl UnsafeUnpin for DroidBackend
impl UnwindSafe for DroidBackend
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