#[repr(C)]pub struct ly_err_item {
pub level: Type,
pub err: Type,
pub vecode: Type,
pub msg: *mut c_char,
pub data_path: *mut c_char,
pub schema_path: *mut c_char,
pub line: u64,
pub apptag: *mut c_char,
pub next: *mut ly_err_item,
pub prev: *mut ly_err_item,
}Fields§
§level: Type§err: Type§vecode: Type§msg: *mut c_char§data_path: *mut c_char§schema_path: *mut c_char§line: u64§apptag: *mut c_char§next: *mut ly_err_item§prev: *mut ly_err_itemTrait Implementations§
Source§impl Clone for ly_err_item
impl Clone for ly_err_item
Source§fn clone(&self) -> ly_err_item
fn clone(&self) -> ly_err_item
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ly_err_item
impl Debug for ly_err_item
Source§impl Default for ly_err_item
impl Default for ly_err_item
impl Copy for ly_err_item
Auto Trait Implementations§
impl Freeze for ly_err_item
impl RefUnwindSafe for ly_err_item
impl !Send for ly_err_item
impl !Sync for ly_err_item
impl Unpin for ly_err_item
impl UnwindSafe for ly_err_item
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)