#[repr(C)]
pub union Result_MethodMeta__bindgen_ty_1 {
pub value_: ManuallyDrop<MethodMeta>,
pub error_: ManuallyDrop<Error>,
}Fields§
§value_: ManuallyDrop<MethodMeta>§error_: ManuallyDrop<Error>Auto Trait Implementations§
impl Freeze for Result_MethodMeta__bindgen_ty_1
impl RefUnwindSafe for Result_MethodMeta__bindgen_ty_1
impl Send for Result_MethodMeta__bindgen_ty_1
impl Sync for Result_MethodMeta__bindgen_ty_1
impl Unpin for Result_MethodMeta__bindgen_ty_1
impl UnwindSafe for Result_MethodMeta__bindgen_ty_1
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