#[repr(C)]pub struct ucl_schema_error {
pub code: ucl_schema_error_code,
pub msg: [c_char; 128],
pub obj: *const ucl_object_t,
}
Fields§
§code: ucl_schema_error_code
§msg: [c_char; 128]
§obj: *const ucl_object_t
Auto Trait Implementations§
impl Freeze for ucl_schema_error
impl RefUnwindSafe for ucl_schema_error
impl !Send for ucl_schema_error
impl !Sync for ucl_schema_error
impl Unpin for ucl_schema_error
impl UnwindSafe for ucl_schema_error
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