[][src]Struct swim_jvm::JThrowable

pub struct JThrowable { /* fields omitted */ }

Methods

impl JThrowable[src]

pub fn get_env(&self) -> &JEnv[src]

Methods from Deref<Target = JObject>

pub fn get_env(&self) -> &JEnv[src]

pub fn get_class(&self) -> Result<JClass>[src]

pub fn instance_of<C>(&self, cls: C) -> bool where
    C: Into<jclass>, 
[src]

pub fn get_method<S, T>(&self, name: S, sig: T) -> Result<JMethod> where
    S: AsRef<CStr>,
    T: AsRef<CStr>, 
[src]

Trait Implementations

impl FromJava<*mut _jobject> for JThrowable[src]

impl IntoJava<*mut _jobject> for JThrowable[src]

impl<'a> IntoJava<*mut _jobject> for &'a JThrowable[src]

impl TryFromJava<*mut _jobject> for JThrowable[src]

impl TryIntoJava<*mut _jobject> for JThrowable[src]

impl<'a> TryIntoJava<*mut _jobject> for &'a JThrowable[src]

impl Deref for JThrowable[src]

type Target = JObject

The resulting type after dereferencing.

impl From<JThrowable> for JValue[src]

impl From<JObject> for JThrowable[src]

impl Debug for JThrowable[src]

impl Sync for JThrowable[src]

impl Send for JThrowable[src]

impl Copy for JThrowable[src]

impl Clone for JThrowable[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<JObject> for JThrowable[src]

impl<'a> Into<JObject> for &'a JThrowable[src]

impl Into<*mut _jobject> for JThrowable[src]

impl<'a> Into<*mut _jobject> for &'a JThrowable[src]

impl Into<jvalue> for JThrowable[src]

impl<'a> Into<jvalue> for &'a JThrowable[src]

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<'b, S, T> StowFrom for T where
    S: Stow<'b, T>, 
[src]

default fn stow_from(value: T, hold: &dyn Hold<'b>) -> Self[src]

impl<'b, S, T> StowInto for S where
    T: StowFrom<'b, S>, 
[src]

default fn stow_into(self, hold: &dyn Hold<'b>) -> T[src]