[]Struct jni_android_sys::android::icu::text::DateIntervalInfo

#[repr(transparent)]
pub struct DateIntervalInfo(_);

public class DateIntervalInfo

Required feature: "android-icu-text-DateIntervalInfo"

Methods

impl DateIntervalInfo

pub fn new_ULocale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ULocale>>
) -> Result<Local<'env, DateIntervalInfo>, Local<'env, Throwable>>
[src]

DateIntervalInfo

Required features: "android-icu-util-ULocale"

pub fn new_Locale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Locale>>
) -> Result<Local<'env, DateIntervalInfo>, Local<'env, Throwable>>
[src]

DateIntervalInfo

Required features: "java-util-Locale"

pub fn setIntervalPattern<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32,
    arg2: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

setIntervalPattern

Required features: "java-lang-String"

pub fn getIntervalPattern<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<Option<Local<'env, DateIntervalInfo_PatternInfo>>, Local<'env, Throwable>>
[src]

getIntervalPattern

Required features: "android-icu-text-DateIntervalInfo_PatternInfo", "java-lang-String"

pub fn getFallbackIntervalPattern<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getFallbackIntervalPattern

Required features: "java-lang-String"

pub fn setFallbackIntervalPattern<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

setFallbackIntervalPattern

Required features: "java-lang-String"

pub fn getDefaultOrder<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn clone<'env>(
    &'env self
) -> Result<Option<Local<'env, Object>>, Local<'env, Throwable>>
[src]

clone

Required features: "java-lang-Object"

pub fn isFrozen<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn freeze<'env>(
    &'env self
) -> Result<Option<Local<'env, DateIntervalInfo>>, Local<'env, Throwable>>
[src]

freeze

Required features: "android-icu-text-DateIntervalInfo"

pub fn cloneAsThawed<'env>(
    &'env self
) -> Result<Option<Local<'env, DateIntervalInfo>>, Local<'env, Throwable>>
[src]

cloneAsThawed

Required features: "android-icu-text-DateIntervalInfo"

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for DateIntervalInfo

impl AsRef<Cloneable> for DateIntervalInfo

impl AsRef<Freezable> for DateIntervalInfo

impl AsRef<Serializable> for DateIntervalInfo

impl AsValidJObjectAndEnv for DateIntervalInfo

impl Deref for DateIntervalInfo

type Target = Object

The resulting type after dereferencing.

impl JniType for DateIntervalInfo

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.