Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jaysmito101/rusty.hpp
/ functions
Functions
136 in github.com/Jaysmito101/rusty.hpp
⨍
Functions
136
◇
Types & classes
27
↓ 29 callers
Method
value
rusty.hpp:465
↓ 23 callers
Method
is_valid
rusty.hpp:1801
↓ 6 callers
Method
drop
rusty.hpp:481
↓ 6 callers
Method
operator->
rusty.hpp:494
↓ 6 callers
Method
reset_values
rusty.hpp:525
↓ 5 callers
Method
clone
rusty.hpp:765
↓ 4 callers
Method
is_null
rusty.hpp:390
↓ 4 callers
Method
is_some
* Returns true if the option is a Some value. */
rusty.hpp:946
↓ 3 callers
Method
borrow
rusty.hpp:781
↓ 3 callers
Method
borrow_mut
rusty.hpp:804
↓ 3 callers
Method
get_ref_count
rusty.hpp:273
↓ 3 callers
Method
reset
rusty.hpp:354
↓ 2 callers
Function
Some
rusty.hpp:1136
↓ 2 callers
Function
SomeRaw
rusty.hpp:1127
↓ 2 callers
Method
decrement
rusty.hpp:269
↓ 2 callers
Function
hash_string
rusty.hpp:1721
↓ 2 callers
Method
increment
rusty.hpp:265
↓ 2 callers
Method
unsafe_ptr
rusty.hpp:1100
↓ 1 callers
Function
ErrRaw
rusty.hpp:1551
↓ 1 callers
Function
None
rusty.hpp:1133
↓ 1 callers
Function
OkRaw
rusty.hpp:1546
↓ 1 callers
Method
get_mutex
rusty.hpp:410
↓ 1 callers
Method
is_ok
* Returns true if the result is Ok. */
rusty.hpp:1203
↓ 1 callers
Method
is_ref_mutable
rusty.hpp:510
↓ 1 callers
Function
print
rusty.hpp:92
↓ 1 callers
Method
ref_count
rusty.hpp:394
↓ 1 callers
Method
unsafe_error_ptr
rusty.hpp:1504
Function
Err
rusty.hpp:1561
Method
ErrRaw
rusty.hpp:1512
Function
MakeSafeVal
rusty.hpp:885
Function
MakeVal
rusty.hpp:880
Method
None
rusty.hpp:843
Function
NoneRaw
rusty.hpp:1130
Method
NoneRaw
rusty.hpp:1106
Function
Ok
rusty.hpp:1556
Method
OkRaw
rusty.hpp:1507
Method
OptionRaw
a move constructor
rusty.hpp:910
Method
RefRaw
rusty.hpp:428
Method
ResultRaw
delete the copy constructor and copy assignment operator
rusty.hpp:1159
Function
SafeErr
rusty.hpp:1571
Function
SafeNone
rusty.hpp:1146
Function
SafeOk
rusty.hpp:1566
Function
SafeSome
rusty.hpp:1149
Method
SomeRaw
rusty.hpp:1103
Method
ValRaw
WARNING: This will only copy the value and take ownership of a copy and not the actual value itself. If you want to take ownership of the actual value
rusty.hpp:573
Method
ValidityCheckBlock
rusty.hpp:247
Method
ValidityChecker
rusty.hpp:288
Method
as_mut
* Converts from OptionRaw<T> to OptionRaw<RefMut<T>> */
rusty.hpp:988
Method
as_mut
* Converts from &mut ResultRaw<T, E> to ResultRaw<RefMut<T>, RefMut<E>>. * Produces a new ResultRaw, containing a mutable reference into the origin
rusty.hpp:1303
Method
as_ref
* Converts from OptionRaw<T> to OptionRaw<Ref<T>>. * * Examples * Calculates the length of an OptionRaw<String> as an OptionRaw<usize> withou
rusty.hpp:980
Method
as_ref
* Converts from &ResultRaw<T, E> to ResultRaw<Ref<T>, Ref<E>>. * Produces a new ResultRaw, containing a reference into the original, * leaving
rusty.hpp:1284
Method
bind_caller
rusty.hpp:1785
Method
cloned
* Maps an OptionRaw<T> to an OptionRaw<T> by cloning the contents of the option. * * Calls clone on the inner value, creating a new value of the
rusty.hpp:1093
Method
cloned
* Returns a result with internal value/error cloned */
rusty.hpp:1490
Method
drop
rusty.hpp:261
Method
drop
rusty.hpp:398
Method
drop
rusty.hpp:666
Method
err
* Returns OptionRaw<Err> if the result is Err. */
rusty.hpp:1265
Method
expect
* Returns the contained Some value, consuming the self value. * * Panics * Panics if the value is a None with a custom panic message provided
rusty.hpp:999
Method
expect
* Returns the contained Ok value, consuming the self value. * * Panics * Panics if the value is an Err with a custom panic
rusty.hpp:1390
Method
expect_err
* Returns the contained Ok value or computes it from a function. */
rusty.hpp:1458
Method
format
rusty.hpp:1635
Method
format
rusty.hpp:1649
Method
format
rusty.hpp:1663
Method
format
rusty.hpp:1677
Method
format
rusty.hpp:1691
Method
format
rusty.hpp:1705
Method
get_caller
rusty.hpp:1774
Function
get_type_hash
rusty.hpp:1735
Method
insert
* Inserts value into the option, then returns a mutable reference to it. * * If the option already contains a value, the old value is dropped.
rusty.hpp:1070
Method
is_err
* Returns true if the result is Err. */
rusty.hpp:1226
Method
is_err_and
* Returns true if the result is Err and the error inside of it matches a predicate. */
rusty.hpp:1231
Method
is_mutable_borrowed
rusty.hpp:761
Method
is_none
* Returns true if the option is a None value. */
rusty.hpp:970
Method
is_ok_and
* Returns true if the result is Ok and the value inside of it matches a predicate. */
rusty.hpp:1208
Method
is_some_and
* Returns true if the option is a Some and the value inside of it matches a predicate. */
rusty.hpp:951
Method
is_valid
rusty.hpp:257
Method
is_valid
rusty.hpp:386
Method
is_valid
rusty.hpp:457
Method
is_valid
rusty.hpp:701
Method
is_valid
* Returns true if the result is valid and not consumed */
rusty.hpp:1198
Method
map
rusty.hpp:1050
Method
map
rusty.hpp:1327
Method
map_err
rusty.hpp:1361
Method
num_borrows
rusty.hpp:757
Method
ok
* Returns OptionRaw<Ok> if the result is Ok. */
rusty.hpp:1249
Function
operator "" _f32
rusty.hpp:79
Function
operator "" _f64
rusty.hpp:80
Function
operator "" _i16
rusty.hpp:72
Function
operator "" _i32
rusty.hpp:73
Function
operator "" _i64
rusty.hpp:74
Function
operator "" _i8
rusty.hpp:71
Function
operator "" _u16
rusty.hpp:76
Function
operator "" _u32
rusty.hpp:77
Function
operator "" _u64
rusty.hpp:78
Function
operator "" _u8
rusty.hpp:75
Method
operator->
rusty.hpp:741
Function
operator<<
rusty.hpp:1581
Method
operator=
rusty.hpp:250
Method
operator=
rusty.hpp:323
next →
1–100 of 136, ranked by callers