pub struct CheckHandle { /* private fields */ }Implementations§
Source§impl CheckHandle
impl CheckHandle
pub async fn check( &self, context: CallContext, request: CheckRequest, ) -> Result<CheckOutcome, CallError<CheckError>>
Trait Implementations§
Source§impl Clone for CheckHandle
impl Clone for CheckHandle
Source§fn clone(&self) -> CheckHandle
fn clone(&self) -> CheckHandle
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 !RefUnwindSafe for CheckHandle
impl !UnwindSafe for CheckHandle
impl Freeze for CheckHandle
impl Send for CheckHandle
impl Sync for CheckHandle
impl Unpin for CheckHandle
impl UnsafeUnpin for CheckHandle
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