Trait implementation lrs::option::Option::Clone

Objects that can be duplicated.

Syntax

impl<T> Clone for Option<T>
    where T: Clone,