Struct im::map::MapLens [] [src]

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

Trait Implementations

impl<K, V> Clone for MapLens<K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K, V> PartialLens for MapLens<K, V> where
    K: Ord
[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