pub struct KError { /* private fields */ }Expand description
Represents an error in KDB.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KError
impl RefUnwindSafe for KError
impl !Send for KError
impl !Sync for KError
impl Unpin for KError
impl UnwindSafe for KError
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