Module borrow
rune
0.14.0
Module borrow
Module Items
Enums
Traits
In rune::
alloc
Modules
alloc
borrow
boxed
btree_map
btree_set
callable
clone
error
fmt
hashbrown
iter
limit
path
prelude
str
string
vec
vec_deque
Macros
try_format
try_vec
Structs
BTreeMap
BTreeSet
Box
HashMap
HashSet
String
Vec
VecDeque
Enums
Error
Functions
abort
Type Aliases
Result
rune
::
alloc
Module
borrow
Copy item path
Settings
Help
Summary
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
TryTo
Owned
A generalization of
TryClone
to borrowed data.