pub struct DenyAllApprovalHandler;Trait Implementations§
Source§impl ApprovalHandler for DenyAllApprovalHandler
impl ApprovalHandler for DenyAllApprovalHandler
fn approve<'life0, 'async_trait>(
&'life0 self,
_request: ApprovalRequest,
) -> Pin<Box<dyn Future<Output = AgentResult<ApprovalDecision>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl Clone for DenyAllApprovalHandler
impl Clone for DenyAllApprovalHandler
Source§fn clone(&self) -> DenyAllApprovalHandler
fn clone(&self) -> DenyAllApprovalHandler
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 DenyAllApprovalHandler
impl Debug for DenyAllApprovalHandler
Source§impl Default for DenyAllApprovalHandler
impl Default for DenyAllApprovalHandler
Source§fn default() -> DenyAllApprovalHandler
fn default() -> DenyAllApprovalHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DenyAllApprovalHandler
impl RefUnwindSafe for DenyAllApprovalHandler
impl Send for DenyAllApprovalHandler
impl Sync for DenyAllApprovalHandler
impl Unpin for DenyAllApprovalHandler
impl UnsafeUnpin for DenyAllApprovalHandler
impl UnwindSafe for DenyAllApprovalHandler
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