pub struct SchemaInvocation { /* private fields */ }Expand description
Context-owned proof required by the provider SPI. Its private field prevents application crates from invoking a schema provider directly.
ⓘ
let _ = teaql_runtime::SchemaInvocation { _context_owned: () };Auto Trait Implementations§
impl Freeze for SchemaInvocation
impl RefUnwindSafe for SchemaInvocation
impl Send for SchemaInvocation
impl Sync for SchemaInvocation
impl Unpin for SchemaInvocation
impl UnsafeUnpin for SchemaInvocation
impl UnwindSafe for SchemaInvocation
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