Struct flo_ui::ViewModelUpdate [] [src]

pub struct ViewModelUpdate { /* fields omitted */ }

Describes an update to the view model

Methods

impl ViewModelUpdate
[src]

[src]

Creates a new view model update

Important traits for Vec<u8>
[src]

Returns the path to the controller that owns this view model

Important traits for Vec<u8>
[src]

Returns the changes that have been made to this view model

[src]

Adds a new controller name to the start of this path

Trait Implementations

impl Clone for ViewModelUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ViewModelUpdate
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for ViewModelUpdate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations