pub struct KtoolSpec {
pub name: &'static str,
pub description: &'static str,
pub input_schema: &'static str,
}Fields§
§name: &'static str§description: &'static str§input_schema: &'static strTrait Implementations§
impl Copy for KtoolSpec
impl Eq for KtoolSpec
impl StructuralPartialEq for KtoolSpec
Auto Trait Implementations§
impl Freeze for KtoolSpec
impl RefUnwindSafe for KtoolSpec
impl Send for KtoolSpec
impl Sync for KtoolSpec
impl Unpin for KtoolSpec
impl UnsafeUnpin for KtoolSpec
impl UnwindSafe for KtoolSpec
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