☰
Module borrow
core
1.75.0-dev
Module borrow
Traits
In crate core
Primitive Types
array
bool
char
f32
f64
fn
i128
i16
i32
i64
i8
isize
never
pointer
reference
slice
str
tuple
u128
u16
u32
u64
u8
unit
usize
Modules
alloc
any
arch
array
ascii
assert_matches
async_iter
borrow
cell
char
clone
cmp
convert
default
error
f32
f64
ffi
fmt
future
hash
hint
i128
i16
i32
i64
i8
intrinsics
isize
iter
marker
mem
net
num
ops
option
panic
panicking
pin
prelude
primitive
ptr
result
simd
slice
str
sync
task
time
u128
u16
u32
u64
u8
unicode
usize
Macros
assert
assert_eq
assert_ne
cfg
cfg_match
column
compile_error
concat
concat_bytes
concat_idents
const_format_args
debug_assert
debug_assert_eq
debug_assert_ne
env
file
format_args
format_args_nl
include
include_bytes
include_str
line
log_syntax
matches
module_path
option_env
panic
stringify
todo
trace_macros
try
unimplemented
unreachable
write
writeln
?
Module
core
::
borrow
1.0.0
·
source
·
[
−
]
Expand description
Utilities for working with borrowed data.
Traits
Borrow
A trait for borrowing data.
BorrowMut
A trait for mutably borrowing data.