#[repr(C)]pub struct SequoiaError {
pub kind: SequoiaErrorKind,
pub message: *mut c_char,
}Fields§
§kind: SequoiaErrorKind§message: *mut c_charTrait Implementations§
Source§impl Debug for SequoiaError
impl Debug for SequoiaError
Auto Trait Implementations§
impl Freeze for SequoiaError
impl RefUnwindSafe for SequoiaError
impl !Send for SequoiaError
impl !Sync for SequoiaError
impl Unpin for SequoiaError
impl UnwindSafe for SequoiaError
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