[−]Struct jni_android_sys::java::security::UnresolvedPermission
public final class UnresolvedPermission
Required feature: java-security-UnresolvedPermission
Methods
impl UnresolvedPermission
pub fn implies<'env>(
&'env self,
arg0: impl Into<Option<&'env Permission>>
) -> Result<bool>
[src]
&'env self,
arg0: impl Into<Option<&'env Permission>>
) -> Result<bool>
Required features: "java-security-Permission"
pub fn get_actions<'env>(&'env self) -> Result<Option<Local<'env, String>>>
[src]
Required features: "java-lang-String"
pub fn get_unresolved_type<'env>(
&'env self
) -> Result<Option<Local<'env, String>>>
[src]
&'env self
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
pub fn get_unresolved_name<'env>(
&'env self
) -> Result<Option<Local<'env, String>>>
[src]
&'env self
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
pub fn get_unresolved_actions<'env>(
&'env self
) -> Result<Option<Local<'env, String>>>
[src]
&'env self
) -> Result<Option<Local<'env, String>>>
Required features: "java-lang-String"
Methods from Deref<Target = Permission>
pub fn check_guard<'env>(
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<()>
[src]
&'env self,
arg0: impl Into<Option<&'env Object>>
) -> Result<()>
Required features: "java-lang-Object"
pub fn implies<'env>(
&'env self,
arg0: impl Into<Option<&'env Permission>>
) -> Result<bool>
[src]
&'env self,
arg0: impl Into<Option<&'env Permission>>
) -> Result<bool>
Required features: "java-security-Permission"
pub fn get_name<'env>(&'env self) -> Result<Option<Local<'env, String>>>
[src]
Required features: "java-lang-String"
pub fn get_actions<'env>(&'env self) -> Result<Option<Local<'env, String>>>
[src]
Required features: "java-lang-String"
pub fn new_permission_collection<'env>(
&'env self
) -> Result<Option<Local<'env, PermissionCollection>>>
[src]
&'env self
) -> Result<Option<Local<'env, PermissionCollection>>>
Required features: "java-security-PermissionCollection"
Trait Implementations
impl AsRef<Serializable> for UnresolvedPermission
fn as_ref(&self) -> &Serializable
impl Deref for UnresolvedPermission
impl AsValidJObjectAndEnv for UnresolvedPermission
impl AsJValue for UnresolvedPermission
Auto Trait Implementations
impl !Sync for UnresolvedPermission
impl !Send for UnresolvedPermission
impl Unpin for UnresolvedPermission
impl RefUnwindSafe for UnresolvedPermission
impl UnwindSafe for UnresolvedPermission
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,