Struct im::hashmap::HashMapLens [] [src]

pub struct HashMapLens<K, V, S> { /* fields omitted */ }

Trait Implementations

impl<K, V, S> Clone for HashMapLens<K, V, S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K, V, S> PartialLens for HashMapLens<K, V, S> where
    K: Hash + Eq,
    S: SharedHasher
[src]

[src]

Get the focus of the lens, if available.

[src]

Put a value into the lens, returning the updated From value if the operation succeeded. Read more

[src]

Compose this lens with a lens from To to a new type Next, yielding a lens from From to Next. Read more