pub struct CheckService { /* private fields */ }Expand description
Whole-workspace checker with a generated classifier import.
Implementations§
Source§impl CheckService
impl CheckService
Source§impl CheckService
impl CheckService
Sourcepub async fn check(
&self,
context: CallContext,
request: CheckRequest,
) -> Result<CheckOutcome, CheckError>
pub async fn check( &self, context: CallContext, request: CheckRequest, ) -> Result<CheckOutcome, CheckError>
Runs the canonical validation sequence rooted at the requested workspace.
Trait Implementations§
Source§impl CheckDispatch for CheckService
impl CheckDispatch for CheckService
fn check<'a>( &'a self, context: CallContext, input: CheckRequest, ) -> Pin<Box<dyn Future<Output = Result<CheckOutcome, CheckError>> + Send + 'a>>
Auto Trait Implementations§
impl !RefUnwindSafe for CheckService
impl !UnwindSafe for CheckService
impl Freeze for CheckService
impl Send for CheckService
impl Sync for CheckService
impl Unpin for CheckService
impl UnsafeUnpin for CheckService
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