MCPcopy Create free account

hub / github.com/Jaysmito101/rusty.hpp / functions

Functions136 in github.com/Jaysmito101/rusty.hpp

↓ 29 callersMethodvalue
rusty.hpp:465
↓ 23 callersMethodis_valid
rusty.hpp:1801
↓ 6 callersMethoddrop
rusty.hpp:481
↓ 6 callersMethodoperator->
rusty.hpp:494
↓ 6 callersMethodreset_values
rusty.hpp:525
↓ 5 callersMethodclone
rusty.hpp:765
↓ 4 callersMethodis_null
rusty.hpp:390
↓ 4 callersMethodis_some
* Returns true if the option is a Some value. */
rusty.hpp:946
↓ 3 callersMethodborrow
rusty.hpp:781
↓ 3 callersMethodborrow_mut
rusty.hpp:804
↓ 3 callersMethodget_ref_count
rusty.hpp:273
↓ 3 callersMethodreset
rusty.hpp:354
↓ 2 callersFunctionSome
rusty.hpp:1136
↓ 2 callersFunctionSomeRaw
rusty.hpp:1127
↓ 2 callersMethoddecrement
rusty.hpp:269
↓ 2 callersFunctionhash_string
rusty.hpp:1721
↓ 2 callersMethodincrement
rusty.hpp:265
↓ 2 callersMethodunsafe_ptr
rusty.hpp:1100
↓ 1 callersFunctionErrRaw
rusty.hpp:1551
↓ 1 callersFunctionNone
rusty.hpp:1133
↓ 1 callersFunctionOkRaw
rusty.hpp:1546
↓ 1 callersMethodget_mutex
rusty.hpp:410
↓ 1 callersMethodis_ok
* Returns true if the result is Ok. */
rusty.hpp:1203
↓ 1 callersMethodis_ref_mutable
rusty.hpp:510
↓ 1 callersFunctionprint
rusty.hpp:92
↓ 1 callersMethodref_count
rusty.hpp:394
↓ 1 callersMethodunsafe_error_ptr
rusty.hpp:1504
FunctionErr
rusty.hpp:1561
MethodErrRaw
rusty.hpp:1512
FunctionMakeSafeVal
rusty.hpp:885
FunctionMakeVal
rusty.hpp:880
MethodNone
rusty.hpp:843
FunctionNoneRaw
rusty.hpp:1130
MethodNoneRaw
rusty.hpp:1106
FunctionOk
rusty.hpp:1556
MethodOkRaw
rusty.hpp:1507
MethodOptionRaw
a move constructor
rusty.hpp:910
MethodRefRaw
rusty.hpp:428
MethodResultRaw
delete the copy constructor and copy assignment operator
rusty.hpp:1159
FunctionSafeErr
rusty.hpp:1571
FunctionSafeNone
rusty.hpp:1146
FunctionSafeOk
rusty.hpp:1566
FunctionSafeSome
rusty.hpp:1149
MethodSomeRaw
rusty.hpp:1103
MethodValRaw
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
MethodValidityCheckBlock
rusty.hpp:247
MethodValidityChecker
rusty.hpp:288
Methodas_mut
* Converts from OptionRaw<T> to OptionRaw<RefMut<T>> */
rusty.hpp:988
Methodas_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
Methodas_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
Methodas_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
Methodbind_caller
rusty.hpp:1785
Methodcloned
* 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
Methodcloned
* Returns a result with internal value/error cloned */
rusty.hpp:1490
Methoddrop
rusty.hpp:261
Methoddrop
rusty.hpp:398
Methoddrop
rusty.hpp:666
Methoderr
* Returns OptionRaw<Err> if the result is Err. */
rusty.hpp:1265
Methodexpect
* 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
Methodexpect
* Returns the contained Ok value, consuming the self value. * * Panics * Panics if the value is an Err with a custom panic
rusty.hpp:1390
Methodexpect_err
* Returns the contained Ok value or computes it from a function. */
rusty.hpp:1458
Methodformat
rusty.hpp:1635
Methodformat
rusty.hpp:1649
Methodformat
rusty.hpp:1663
Methodformat
rusty.hpp:1677
Methodformat
rusty.hpp:1691
Methodformat
rusty.hpp:1705
Methodget_caller
rusty.hpp:1774
Functionget_type_hash
rusty.hpp:1735
Methodinsert
* 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
Methodis_err
* Returns true if the result is Err. */
rusty.hpp:1226
Methodis_err_and
* Returns true if the result is Err and the error inside of it matches a predicate. */
rusty.hpp:1231
Methodis_mutable_borrowed
rusty.hpp:761
Methodis_none
* Returns true if the option is a None value. */
rusty.hpp:970
Methodis_ok_and
* Returns true if the result is Ok and the value inside of it matches a predicate. */
rusty.hpp:1208
Methodis_some_and
* Returns true if the option is a Some and the value inside of it matches a predicate. */
rusty.hpp:951
Methodis_valid
rusty.hpp:257
Methodis_valid
rusty.hpp:386
Methodis_valid
rusty.hpp:457
Methodis_valid
rusty.hpp:701
Methodis_valid
* Returns true if the result is valid and not consumed */
rusty.hpp:1198
Methodmap
rusty.hpp:1050
Methodmap
rusty.hpp:1327
Methodmap_err
rusty.hpp:1361
Methodnum_borrows
rusty.hpp:757
Methodok
* Returns OptionRaw<Ok> if the result is Ok. */
rusty.hpp:1249
Functionoperator "" _f32
rusty.hpp:79
Functionoperator "" _f64
rusty.hpp:80
Functionoperator "" _i16
rusty.hpp:72
Functionoperator "" _i32
rusty.hpp:73
Functionoperator "" _i64
rusty.hpp:74
Functionoperator "" _i8
rusty.hpp:71
Functionoperator "" _u16
rusty.hpp:76
Functionoperator "" _u32
rusty.hpp:77
Functionoperator "" _u64
rusty.hpp:78
Functionoperator "" _u8
rusty.hpp:75
Methodoperator->
rusty.hpp:741
Functionoperator<<
rusty.hpp:1581
Methodoperator=
rusty.hpp:250
Methodoperator=
rusty.hpp:323
next →1–100 of 136, ranked by callers