pub struct JavaThrowable;Trait Implementations§
impl ObjectType for JavaThrowable
Auto Trait Implementations§
impl Freeze for JavaThrowable
impl RefUnwindSafe for JavaThrowable
impl Send for JavaThrowable
impl Sync for JavaThrowable
impl Unpin for JavaThrowable
impl UnwindSafe for JavaThrowable
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