Struct jni::objects::JThrowable[][src]

#[repr(C)]
pub struct JThrowable<'a>(_);

Lifetime'd representation of a jthrowable. Just a JObject wrapped in a new class.

Methods from Deref<Target = JObject<'a>>

Trait Implementations

impl<'a, 'c, C, M> Desc<'a, JThrowable<'a>> for (C, M) where
    C: Desc<'a, JClass<'c>>,
    M: Into<JNIString>, 
[src]

Look up the concrete type from the JVM.

impl<'a> Desc<'a, JThrowable<'a>> for Exception
[src]

Look up the concrete type from the JVM.

impl<'a, 'b> Desc<'a, JThrowable<'a>> for &'b str
[src]

Look up the concrete type from the JVM.

impl<'a> Desc<'a, JThrowable<'a>> for String
[src]

Look up the concrete type from the JVM.

impl<'a, 'b> Desc<'a, JThrowable<'a>> for JNIString
[src]

Look up the concrete type from the JVM.

impl<'a> From<jthrowable> for JThrowable<'a>
[src]

Performs the conversion.

impl<'a> Deref for JThrowable<'a>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<'a> From<JThrowable<'a>> for JObject<'a>
[src]

Performs the conversion.

impl<'a> From<JObject<'a>> for JThrowable<'a>
[src]

Performs the conversion.

Auto Trait Implementations

impl<'a> !Send for JThrowable<'a>

impl<'a> !Sync for JThrowable<'a>