Struct uniffi_macros::error::ErrorAttr
source · pub struct ErrorAttr {
pub flat: Option<flat_error>,
pub with_try_read: Option<with_try_read>,
pub non_exhaustive: Option<non_exhaustive>,
}
Fields§
§flat: Option<flat_error>
§with_try_read: Option<with_try_read>
§non_exhaustive: Option<non_exhaustive>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ErrorAttr
impl !Send for ErrorAttr
impl !Sync for ErrorAttr
impl Unpin for ErrorAttr
impl UnwindSafe for ErrorAttr
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