#[repr(C)]pub struct UmkaAny {
pub __bindgen_anon_1: UmkaAny__bindgen_ty_1,
pub __bindgen_anon_2: UmkaAny__bindgen_ty_2,
}Fields§
§__bindgen_anon_1: UmkaAny__bindgen_ty_1§__bindgen_anon_2: UmkaAny__bindgen_ty_2Trait Implementations§
Auto Trait Implementations§
impl !Send for UmkaAny
impl !Sync for UmkaAny
impl Freeze for UmkaAny
impl RefUnwindSafe for UmkaAny
impl Unpin for UmkaAny
impl UnsafeUnpin for UmkaAny
impl UnwindSafe for UmkaAny
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