[][src]Struct tikv_jemalloc_ctl::MibStr

#[repr(transparent)]pub struct MibStr<T: MibArg>(_);

Management Information Base of a string value.

Trait Implementations

impl<T: MibArg> Access<&'static [u8]> for MibStr<T>[src]

impl<T: MibArg> Access<&'static str> for MibStr<T>[src]

impl<T: Clone + MibArg> Clone for MibStr<T>[src]

impl<T: Copy + MibArg> Copy for MibStr<T>[src]

impl<T: Debug + MibArg> Debug for MibStr<T>[src]

impl<T: Default + MibArg> Default for MibStr<T>[src]

impl<T: MibArg> Index<usize> for MibStr<T>[src]

type Output = usize

The returned type after indexing.

impl<T: MibArg> IndexMut<usize> for MibStr<T>[src]

impl<T: PartialEq + MibArg> PartialEq<MibStr<T>> for MibStr<T>[src]

impl<T: MibArg> StructuralPartialEq for MibStr<T>[src]

Auto Trait Implementations

impl<T> Send for MibStr<T> where
    T: Send

impl<T> Sync for MibStr<T> where
    T: Sync

impl<T> Unpin for MibStr<T> where
    T: Unpin

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.