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