pub struct StackqlMcp;Expand description
Entry point. See the crate docs for the full example.
Implementations§
Auto Trait Implementations§
impl Freeze for StackqlMcp
impl RefUnwindSafe for StackqlMcp
impl Send for StackqlMcp
impl Sync for StackqlMcp
impl Unpin for StackqlMcp
impl UnsafeUnpin for StackqlMcp
impl UnwindSafe for StackqlMcp
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