[][src]Struct jni_bindgen_reflection::class::IdBuf

pub struct IdBuf(_);

Methods

impl IdBuf[src]

pub fn new(s: String) -> Self[src]

pub fn as_str(&self) -> &str[src]

pub fn as_id(&self) -> Id[src]

Important traits for IdIter<'a>
pub fn iter(&self) -> IdIter[src]

Trait Implementations

impl Clone for IdBuf[src]

impl Debug for IdBuf[src]

impl Default for IdBuf[src]

impl Eq for IdBuf[src]

impl Hash for IdBuf[src]

impl Ord for IdBuf[src]

impl PartialEq<IdBuf> for IdBuf[src]

impl PartialOrd<IdBuf> for IdBuf[src]

impl StructuralEq for IdBuf[src]

impl StructuralPartialEq for IdBuf[src]

Auto Trait Implementations

impl RefUnwindSafe for IdBuf

impl Send for IdBuf

impl Sync for IdBuf

impl Unpin for IdBuf

impl UnwindSafe for IdBuf

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.