[][src]Struct ss_trees::tree::SChildren

pub struct SChildren<M, SN, SL, IN, IL> { /* fields omitted */ }

Methods

impl<M, SN, SL, IN, IL> SChildren<M, SN, SL, IN, IL> where
    M: PartialEq + Clone + Debug,
    SN: PartialEq + Debug,
    SL: PartialEq + Debug,
    IN: PartialEq + Debug,
    IL: PartialEq + Debug
[src]

pub fn unchanged(
    &self,
    api: &dyn TreeApi<M, SN, SL, IN, IL>,
    other: &IChildren<IN, IL>
) -> bool
[src]

pub fn recyclable(
    &self,
    api: &dyn TreeApi<M, SN, SL, IN, IL>,
    other: &IChildren<IN, IL>
) -> bool
[src]

pub fn sync(
    &mut self,
    api: &dyn TreeApi<M, SN, SL, IN, IL>,
    parent: &M,
    new: IChildren<IN, IL>
)
[src]

Trait Implementations

impl<M: Clone, SN: Clone, SL: Clone, IN: Clone, IL: Clone> Clone for SChildren<M, SN, SL, IN, IL>[src]

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

Performs copy-assignment from source. Read more

impl<M: PartialEq, SN: PartialEq, SL: PartialEq, IN: PartialEq, IL: PartialEq> PartialEq<SChildren<M, SN, SL, IN, IL>> for SChildren<M, SN, SL, IN, IL>[src]

impl<M: Debug, SN: Debug, SL: Debug, IN: Debug, IL: Debug> Debug for SChildren<M, SN, SL, IN, IL>[src]

Auto Trait Implementations

impl<M, SN, SL, IN, IL> Send for SChildren<M, SN, SL, IN, IL> where
    IL: Send,
    IN: Send,
    M: Send,
    SL: Send,
    SN: Send

impl<M, SN, SL, IN, IL> Sync for SChildren<M, SN, SL, IN, IL> where
    IL: Sync,
    IN: Sync,
    M: Sync,
    SL: Sync,
    SN: Sync

Blanket Implementations

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

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