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

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K, V> PartialLens for MapLens<K, V> where
    K: Ord
[src]

Get the focus of the lens, if available.

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

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