Struct executorch_sys::executorch_rs::Result_MethodMeta
source · #[repr(C)]pub struct Result_MethodMeta {
pub __bindgen_anon_1: Result_MethodMeta__bindgen_ty_1,
pub hasValue_: bool,
}Fields§
§__bindgen_anon_1: Result_MethodMeta__bindgen_ty_1§hasValue_: boolTrue if the Result contains a value.
Auto Trait Implementations§
impl Freeze for Result_MethodMeta
impl RefUnwindSafe for Result_MethodMeta
impl Send for Result_MethodMeta
impl Sync for Result_MethodMeta
impl Unpin for Result_MethodMeta
impl UnwindSafe for Result_MethodMeta
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