pub enum _jmethodID {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _jmethodID
impl RefUnwindSafe for _jmethodID
impl Send for _jmethodID
impl Sync for _jmethodID
impl Unpin for _jmethodID
impl UnwindSafe for _jmethodID
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