pub struct KtoolCall { /* private fields */ }Expand description
One fully decoded model-facing classifier call.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KtoolCall
impl RefUnwindSafe for KtoolCall
impl Send for KtoolCall
impl Sync for KtoolCall
impl Unpin for KtoolCall
impl UnsafeUnpin for KtoolCall
impl UnwindSafe for KtoolCall
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