Module clone
abstutil
0.1.0
Module clone
Module Items
Traits
In crate abstutil
Modules
cli
clone
collections
logger
priority_queue
process
serde
time
utils
Structs
Counter
FixedMap
MultiMap
PriorityQueueItem
Tags
VecMap
Constants
PROGRESS_FREQUENCY_SECONDS
Traits
CloneableAny
CloneableImpl
IndexableKey
Functions
abbreviated_format
args_to_query_string
basename
cli_args
contains_duplicates
deserialize_btreemap
deserialize_hashmap
deserialize_multimap
deserialize_usize
from_binary
from_binary_reader
from_json
from_json_reader
must_run_cmd
parent_path
plain_list_names
prettyprint_bytes
prettyprint_usize
serialize_btreemap
serialize_hashmap
serialize_multimap
serialize_usize
serialized_size_bytes
to_binary
to_json
to_json_terse
wraparound_get
abstutil
Module
clone
Copy item path
Settings
Help
Summary
Source
Traits
§
Cloneable
Any
Trick to make a cloneable Any from https://stackoverflow.com/questions/30353462/how-to-clone-a-struct-storing-a-boxed-trait-object/30353928#30353928.
Cloneable
Impl