Struct Core
pub struct Core {
statements: Statements,
}Fields§
§statements: StatementsImplementations§
§impl Core
impl Core
async fn execute( &self, registry: &RegistryHandle, input: &Fields, ) -> ControlFlow
fn check_signature(&self, registry: &Core) -> Result<ServiceSignature>
Auto Trait Implementations§
impl Freeze for Core
impl RefUnwindSafe for Core
impl Send for Core
impl Sync for Core
impl Unpin for Core
impl UnwindSafe for Core
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