copy_struct

Function copy_struct 

Source
pub fn copy_struct<F: Serialize, T: for<'a> Deserialize<'a>>(
    from: F,
) -> Option<T>