pub struct CursorBackend { /* private fields */ }Expand description
The AgentBackend for agent --print --output-format stream-json:
single-shot with the --mode ask / --force permission posture selected
from the session role.
Implementations§
Source§impl CursorBackend
impl CursorBackend
Trait Implementations§
Source§impl AgentBackend for CursorBackend
impl AgentBackend for CursorBackend
Source§impl Clone for CursorBackend
impl Clone for CursorBackend
Source§fn clone(&self) -> CursorBackend
fn clone(&self) -> CursorBackend
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 CursorBackend
impl RefUnwindSafe for CursorBackend
impl Send for CursorBackend
impl Sync for CursorBackend
impl Unpin for CursorBackend
impl UnsafeUnpin for CursorBackend
impl UnwindSafe for CursorBackend
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