Struct virtual_view::Props [] [src]

pub struct Props(_);

Methods

impl Props
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for &'a mut W
[src]

[src]

Trait Implementations

impl From<Props> for Prop
[src]

[src]

Performs the conversion.

impl Debug for Props
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Props
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Props
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Props
[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 Eq for Props
[src]

impl Sync for Props
[src]

impl Send for Props
[src]

impl<'a> Index<&'a str> for Props
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl<'a> IndexMut<&'a str> for Props
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl Deref for Props
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Props
[src]

[src]

Mutably dereferences the value.

impl Hash for Props
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl IntoIterator for Props
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a> IntoIterator for &'a Props
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a> IntoIterator for &'a mut Props
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<K, V> From<FnvHashMap<K, V>> for Props where
    K: Eq + Hash + ToString,
    V: Into<Prop>, 
[src]

[src]

Performs the conversion.

impl<K, V> FromIterator<(K, V)> for Props where
    K: Eq + Hash + ToString,
    V: Into<Prop>, 
[src]

[src]

Creates a value from an iterator. Read more

impl Into<Map<String, Value>> for Props
[src]

[src]

Performs the conversion.

impl<'a> Into<Map<String, Value>> for &'a Props
[src]

[src]

Performs the conversion.

Auto Trait Implementations