[][src]Struct elektra::key::BinaryKey

pub struct BinaryKey<'a> { /* fields omitted */ }

Methods

impl<'a> BinaryKey<'a>[src]

pub fn duplicate<'b>(&'a self) -> BinaryKey<'b>[src]

Returns a deep copy of the key.

Important traits for MetaIter<'a, T>
pub fn meta_iter<'b>(&'b self) -> MetaIter<'b, BinaryKey<'a>>[src]

Returns an iterator over the key's metakeys.

Important traits for NameIter<'a, T>
pub fn name_iter<'b>(&'b self) -> NameIter<'b, BinaryKey<'a>>[src]

Returns an iterator over the key's name.

Trait Implementations

impl<'a> ReadableKey for BinaryKey<'a>[src]

type GetValue = Vec<u8>

The type returned by value.

impl<'a> WriteableKey for BinaryKey<'a>[src]

type SetValue = &'a [u8]

The value that is passed to set_value.

impl<'_> AsRef<_Key> for BinaryKey<'_>[src]

impl<'_> Eq for BinaryKey<'_>[src]

impl<'_> Drop for BinaryKey<'_>[src]

impl<'_> Default for BinaryKey<'_>[src]

impl<'_> Clone for BinaryKey<'_>[src]

impl<'_> PartialOrd<BinaryKey<'_>> for BinaryKey<'_>[src]

impl<'_> PartialEq<BinaryKey<'_>> for BinaryKey<'_>[src]

impl<'_> Ord for BinaryKey<'_>[src]

impl<'_, '_> From<StringKey<'_>> for BinaryKey<'_>[src]

impl<'_, '_> From<BinaryKey<'_>> for StringKey<'_>[src]

impl<'a> Debug for BinaryKey<'a>[src]

Auto Trait Implementations

impl<'a> !Sync for BinaryKey<'a>

impl<'a> !Send for BinaryKey<'a>

impl<'a> Unpin for BinaryKey<'a>

impl<'a> !UnwindSafe for BinaryKey<'a>

impl<'a> RefUnwindSafe for BinaryKey<'a>

Blanket Implementations

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> From<T> for 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.

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

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

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