Struct flo_ui::Diff [] [src]

pub struct Diff<TNode: Clone> { /* fields omitted */ }

Represents a difference between two trees

Methods

impl<TNode: Clone> Diff<TNode>
[src]

[src]

Creates a new diff item

Important traits for Vec<u8>
[src]

Important traits for &'a mut W
[src]

Trait Implementations

impl<TNode: Clone + Clone> Clone for Diff<TNode>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<TNode: PartialEq + Clone> PartialEq for Diff<TNode>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<TNode> Send for Diff<TNode> where
    TNode: Send

impl<TNode> Sync for Diff<TNode> where
    TNode: Sync