[][src]Struct bm_le::MaxVecRef

pub struct MaxVecRef<'a, T, ML>(pub &'a [T], _);

Vec reference with maximum length.

Trait Implementations

impl<'a, DB, T, ML: Unsigned> IntoTree<DB> for MaxVecRef<'a, T, ML> where
    ElementalVariableVecRef<'b, T>: IntoListTree<DB>,
    DB: Backend<Intermediate = Intermediate, End = End>, 
[src]

impl<'a, T, ML> Composite for MaxVecRef<'a, T, ML>[src]

impl<'a, T: PartialEq, ML: PartialEq> PartialEq<MaxVecRef<'a, T, ML>> for MaxVecRef<'a, T, ML>[src]

impl<'a, T: Eq, ML: Eq> Eq for MaxVecRef<'a, T, ML>[src]

impl<'a, T: Clone, ML: Clone> Clone for MaxVecRef<'a, T, ML>[src]

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

Performs copy-assignment from source. Read more

impl<'a, T, ML> Deref for MaxVecRef<'a, T, ML>[src]

type Target = [T]

The resulting type after dereferencing.

impl<'a, T: Debug, ML: Debug> Debug for MaxVecRef<'a, T, ML>[src]

Auto Trait Implementations

impl<'a, T, ML> Send for MaxVecRef<'a, T, ML> where
    ML: Send,
    T: Sync

impl<'a, T, ML> Unpin for MaxVecRef<'a, T, ML> where
    ML: Unpin

impl<'a, T, ML> Sync for MaxVecRef<'a, T, ML> where
    ML: Sync,
    T: Sync

impl<'a, T, ML> UnwindSafe for MaxVecRef<'a, T, ML> where
    ML: UnwindSafe,
    T: RefUnwindSafe

impl<'a, T, ML> RefUnwindSafe for MaxVecRef<'a, T, ML> where
    ML: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

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> 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]

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

type Output = T

Should always be Self