[][src]Struct lavish::facts::Bin

pub struct Bin(pub Vec<u8>);

Trait Implementations

impl<M> Factual<M> for Bin where
    M: Mapping
[src]

fn subread<R: Read, T>(rd: &mut Reader<R>) -> Result<T, Error> where
    Self: Sized,
    T: Factual<M>, 
[src]

impl Clone for Bin[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<Bin> for Bin[src]

impl AsRef<[u8]> for Bin[src]

impl From<Vec<u8>> for Bin[src]

impl Deref for Bin[src]

type Target = [u8]

The resulting type after dereferencing.

impl Debug for Bin[src]

impl<I> Index<I> for Bin where
    I: SliceIndex<[u8]>, 
[src]

type Output = I::Output

The returned type after indexing.

Auto Trait Implementations

impl Send for Bin

impl Sync for Bin

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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]