Module borrow
core
1.84.0
(9fc6b4312 2025-01-07)
Module borrow
Module Items
Traits
In crate core
Primitive Types
array
bool
char
f128
f16
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
autodiff
borrow
cell
char
clone
cmp
convert
default
error
f128
f16
f32
f64
ffi
fmt
future
hash
hint
i128
i16
i32
i64
i8
intrinsics
io
isize
iter
marker
mem
net
num
ops
option
panic
panicking
pat
pin
prelude
primitive
ptr
random
range
result
simd
slice
str
sync
task
time
u128
u16
u32
u64
u8
ub_checks
unicode
usize
Macros
assert
assert_eq
assert_ne
assert_unsafe_precondition
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
pattern_type
stringify
todo
trace_macros
try
unimplemented
unreachable
write
writeln
core
Module
borrow
Copy item path
Settings
Help
Summary
1.6.0
·
Source
Expand description
Utilities for working with borrowed data.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.