[][src]Struct sled::PinnedValue

pub struct PinnedValue(_, _, _);

A reference to a heap location that is guaranteed to be valid for as long as this value exists.

Trait Implementations

impl PartialEq<PinnedValue> for PinnedValue
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl<T: AsRef<[u8]>> PartialEq<T> for PinnedValue
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl PartialEq<[u8]> for PinnedValue
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for PinnedValue
[src]

impl Deref for PinnedValue
[src]

type Target = [u8]

The resulting type after dereferencing.

Auto Trait Implementations

impl !Send for PinnedValue

impl !Sync for PinnedValue

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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