Struct tikv_jemalloc_ctl::MibStr [−][src]
Management Information Base of a string value.
Trait Implementations
impl<T: MibArg> Access<&'static [u8]> for MibStr<T>
[src]
fn read(&self) -> Result<&'static [u8]>
[src]
fn write(&self, value: &'static [u8]) -> Result<()>
[src]
fn update(&self, value: &'static [u8]) -> Result<&'static [u8]>
[src]
impl<T: MibArg> Access<&'static str> for MibStr<T>
[src]
fn read(&self) -> Result<&'static str>
[src]
fn write(&self, value: &'static str) -> Result<()>
[src]
fn update(&self, value: &'static str) -> Result<&'static str>
[src]
impl<T: Clone + MibArg> Clone for MibStr<T>
[src]
fn clone(&self) -> MibStr<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[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.
fn index(&self, idx: usize) -> &Self::Output
[src]
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,
T: Send,
impl<T> Sync for MibStr<T> where
T: Sync,
T: Sync,
impl<T> Unpin for MibStr<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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.
pub 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>,