[][src]Struct contest_algorithms::range_query::dynamic_arq::DynamicArqNode

pub struct DynamicArqNode<T: ArqSpec> { /* fields omitted */ }

Trait Implementations

impl<T: ArqSpec> Clone for DynamicArqNode<T>[src]

impl<T: ArqSpec> Default for DynamicArqNode<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for DynamicArqNode<T> where
    <T as ArqSpec>::F: RefUnwindSafe,
    <T as ArqSpec>::S: RefUnwindSafe

impl<T> Send for DynamicArqNode<T> where
    <T as ArqSpec>::F: Send,
    <T as ArqSpec>::S: Send

impl<T> Sync for DynamicArqNode<T> where
    <T as ArqSpec>::F: Sync,
    <T as ArqSpec>::S: Sync

impl<T> Unpin for DynamicArqNode<T> where
    <T as ArqSpec>::F: Unpin,
    <T as ArqSpec>::S: Unpin

impl<T> UnwindSafe for DynamicArqNode<T> where
    <T as ArqSpec>::F: UnwindSafe,
    <T as ArqSpec>::S: UnwindSafe

Blanket Implementations

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

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

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

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

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, 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.