pub struct LocalFileNonClaudeOutbound { /* private fields */ }Expand description
Production fallback boundary used when the daemon runtime is not composing a dedicated non-Claude outbound adapter. This is not a test double.
Implementations§
Trait Implementations§
Source§impl Clone for LocalFileNonClaudeOutbound
impl Clone for LocalFileNonClaudeOutbound
Source§fn clone(&self) -> LocalFileNonClaudeOutbound
fn clone(&self) -> LocalFileNonClaudeOutbound
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 LocalFileNonClaudeOutbound
impl Debug for LocalFileNonClaudeOutbound
Source§impl Default for LocalFileNonClaudeOutbound
impl Default for LocalFileNonClaudeOutbound
Source§impl NonClaudeOutbound for LocalFileNonClaudeOutbound
impl NonClaudeOutbound for LocalFileNonClaudeOutbound
Source§fn deliver_payloads(
&self,
request: NonClaudeOutboundDeliveryRequest,
) -> Result<NonClaudeOutboundDeliveryResponse, AtmError>
fn deliver_payloads( &self, request: NonClaudeOutboundDeliveryRequest, ) -> Result<NonClaudeOutboundDeliveryResponse, AtmError>
Errors Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LocalFileNonClaudeOutbound
impl !UnwindSafe for LocalFileNonClaudeOutbound
impl Freeze for LocalFileNonClaudeOutbound
impl Send for LocalFileNonClaudeOutbound
impl Sync for LocalFileNonClaudeOutbound
impl Unpin for LocalFileNonClaudeOutbound
impl UnsafeUnpin for LocalFileNonClaudeOutbound
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