MCPcopy Create free account

hub / github.com/ZettaScaleLabs/stabby / functions

Functions628 in github.com/ZettaScaleLabs/stabby

↓ 1 callersMethodmatch_ref_ctx
Equivalent to `match &self`.
stabby-abi/src/option.rs:108
↓ 1 callersMethodnext
(&mut self)
stabby-abi/src/alloc/single_or_vec.rs:480
↓ 1 callersMethodnext_const
A `const` compatible alternative to [`Iterator::next`]
stabby-abi/src/report.rs:121
↓ 1 callersMethodpartial_cmp
(&self, other: &Self)
stabby-abi/src/alloc/collections/arc_btree.rs:87
↓ 1 callersMethodptr
Access the data pointer.
stabby-abi/src/fatptr.rs:181
↓ 1 callersMethodrealign
(mut self, new_align: usize)
stabby-abi/src/alloc/mod.rs:114
↓ 1 callersMethodrealloc
( &mut self, ptr: *mut (), prev_layout: Layout, new_size: usize, )
stabby-abi/src/alloc/mod.rs:205
↓ 1 callersMethodremaining_capacity
The remaining number of elements that can be pushed before reallocating.
stabby-abi/src/alloc/vec.rs:178
↓ 1 callersFunctionrepr_stabby
( attrs: &Vec<Attribute>, vis: &Visibility, ident: &Ident, generics: &Generics, data: Data
stabby-macros/src/enums.rs:426
↓ 1 callersMethodself_dependent_types
(&self)
stabby-macros/src/traits.rs:426
↓ 1 callersMethodsize_hint
(&self)
stabby-abi/src/alloc/single_or_vec.rs:491
↓ 1 callersMethodsplit_mut
(&mut self)
stabby-abi/src/alloc/mod.rs:342
↓ 1 callersFunctionstabby
( mut item_trait: syn::ItemTrait, stabby_attrs: &proc_macro::TokenStream, )
stabby-macros/src/traits.rs:1507
↓ 1 callersMethodstability_cond
(&self, self_dependents: &SelfDependentTypes)
stabby-macros/src/traits.rs:437
↓ 1 callersMethodstrike
(&mut self)
stabby/src/tests/regressions/issue_103.rs:22
↓ 1 callersMethodsubsec_micros
Returns the number of microseconds after the last second of the duration.
stabby/src/time.rs:68
↓ 1 callersMethodswap
Perform a [`AtomicDuration::load`] and [`AtomicDuration::store`] in a single atomic operation
stabby/src/time.rs:172
↓ 1 callersMethodto_owned
(self)
stabby/src/allocs/borrow.rs:42
↓ 1 callersMethodtry_concat
Attempts to concatenate `s` to `self` # Errors This returns an [`AllocationError`] if reallocation was needed and failed to concatenate.
stabby-abi/src/alloc/string.rs:45
↓ 1 callersMethodtry_concat_str
(&mut self, s: &str)
stabby-abi/src/alloc/string.rs:39
↓ 1 callersMethodtry_push
Adds `value` at the end of `self`. # Errors This function gives back the `value` if the vector tried to grow due to being full, and the allocator fai
stabby-abi/src/alloc/single_or_vec.rs:128
↓ 1 callersMethodtry_reserve
Ensures that `additional` more elements can be pushed on `self` without reallocating. This may reallocate once to provide this guarantee. # Errors R
stabby-abi/src/alloc/single_or_vec.rs:203
↓ 1 callersFunctiontuples
(max_tuple: usize)
stabby-abi/build.rs:69
↓ 1 callersFunctiontypenum_unsigned
()
stabby-abi/build.rs:38
↓ 1 callersMethodvtable
(&self)
stabby-macros/src/traits.rs:600
↓ 1 callersMethodvtid
(&self)
stabby-macros/src/traits.rs:508
↓ 1 callersMethodwake_by_ref
(this: *const ())
stabby-abi/src/future.rs:98
↓ 1 callersMethodwhere_clauses
(&self)
stabby-macros/src/traits.rs:551
↓ 1 callersMethodwith_waker
Exposes `self` as a [`core::task::Waker`], letting you use it to run standard futures. You generally shouldn't need to do this manually.
stabby-abi/src/future.rs:40
MethodErr
(value: Err)
stabby-abi/src/result.rs:261
MethodNone
()
stabby-abi/src/option.rs:85
MethodOk
(value: Ok)
stabby-abi/src/result.rs:250
MethodSome
(value: T)
stabby-abi/src/option.rs:78
Methodadd
(mut self, rhs: Self)
stabby/src/time.rs:91
Methodadd_assign
(&mut self, rhs: Self)
stabby/src/time.rs:80
Methodadd_assign
(&mut self, rhs: &S)
stabby-abi/src/alloc/string.rs:65
Methodalloc
(&mut self, layout: Layout)
stabby-abi/src/alloc/allocators/libc_alloc.rs:56
Methodalloc
(&mut self, layout: crate::alloc::Layout)
stabby-abi/src/alloc/allocators/rust_alloc.rs:104
Methodalloc_array
Allocates a pointer to an array of `capacity` `T`, prefixed by an [`AllocPrefix`]
stabby-abi/src/alloc/mod.rs:383
Methodallocator
Returns a reference to the vector's allocator.
stabby-abi/src/alloc/vec.rs:443
Methodallocator
Returns a reference to the allocator used to construct `this`
stabby-abi/src/alloc/sync.rs:294
Methodallocator_mut
(&mut self)
stabby-abi/src/alloc/vec.rs:448
Methodanonimize
(self)
stabby-abi/src/alloc/boxed.rs:269
Methodanonimize
(self)
stabby-abi/src/alloc/sync.rs:791
Functionarc_traits
()
stabby/src/tests/traits.rs:184
Methodarray
(n: usize)
stabby-abi/src/alloc/mod.rs:81
Methodas_ref
(&self)
stabby-abi/src/str.rs:56
Methodas_secs_f64
Returns the number of seconds in the duration, including sub-seconds.
stabby/src/time.rs:60
Methodas_slice
Returns this slice. # Safety `self` must be valid.
stabby-abi/src/alloc/mod.rs:442
Methodas_slice_mut
Returns a mutable borrow to the slice if no other references to it may exist.
stabby-abi/src/alloc/sync.rs:447
Methodassert
Proves that `T` is ABI-stable.
stabby-abi/src/lib.rs:159
Functionassert_stable
A no-op that fails to compile if `T` isn't proven ABI-stable by stabby.
stabby-abi/src/lib.rs:44
Functionasync_trait
()
stabby/src/tests/traits.rs:206
Functionbench
(c: &mut Criterion, set: &[i32])
stabby/benches/allocators.rs:5
Functionbench_allocs
(c: &mut Criterion)
stabby/benches/allocators.rs:19
Functionbench_dynptr
(c: &mut Criterion)
stabby/benches/enums.rs:51
Functionbench_dynptr
(c: &mut Criterion)
stabby/benches/dynptr.rs:43
Functionbench_slices
(c: &mut Criterion)
stabby/benches/boxed_slices.rs:6
Methodbitand
(self, rhs: Self)
stabby-macros/src/functions.rs:248
Methodbitor
(self, rhs: Self)
stabby-macros/src/functions.rs:242
Functionbtree_insert_libc
()
stabby-abi/src/alloc/collections/arc_btree.rs:773
Functionbtree_insert_rs
()
stabby-abi/src/alloc/collections/arc_btree.rs:805
Functioncanary_suffixes
(_: TokenStream)
stabby-macros/src/lib.rs:486
Methodclone
(&self)
stabby-abi/src/slice.rs:35
Methodclone
(&self)
stabby-abi/src/istable.rs:162
Methodclone
(&self)
stabby-abi/src/fatptr.rs:276
Methodclone
(&self)
stabby-abi/src/result.rs:116
Methodclone
(&self)
stabby-abi/src/alloc/mod.rs:281
Methodclone
(&self)
stabby-abi/src/alloc/string.rs:213
Methodclone
(&self)
stabby-abi/src/alloc/boxed.rs:208
Methodclone
(&self)
stabby-abi/src/typenum2/unsigned.rs:499
Methodclone_borrowed
( borrowed_waker: StableLike<&Waker, &()>, )
stabby-abi/src/future.rs:151
Methodcmp
(&self, other: &Self)
stabby-abi/src/alloc/single_or_vec.rs:378
Methodcmp
(&self, other: &Self)
stabby-abi/src/alloc/boxed.rs:373
Methodcmp
(&self, other: &Self)
stabby-abi/src/alloc/sync.rs:588
Methodcopy_from_ptr
Reinterprets the pointer as a root, leaving partial ownership to the pointer.
stabby-abi/src/alloc/collections/arc_btree.rs:266
Methodcount
(self)
stabby-abi/src/alloc/single_or_vec.rs:496
Methoddangling
Constructs a dangling pointer.
stabby-abi/src/alloc/mod.rs:306
Methoddefault
()
stabby-macros/src/functions.rs:32
Methoddefault
()
stabby-abi/src/option.rs:63
Methoddefault
()
stabby-abi/src/istable.rs:179
Methoddefault
()
stabby-abi/src/alloc/vec.rs:537
Methoddefault
()
stabby-abi/src/alloc/single_or_vec.rs:48
Methoddefault
()
stabby-abi/src/alloc/string.rs:50
Methoddefault
()
stabby-abi/src/alloc/allocators/rust_alloc.rs:99
Methoddefault
()
stabby-abi/src/alloc/collections/arc_btree.rs:16
Methoddefault
()
stabby-abi/src/typenum2/unsigned.rs:493
Methodderef
(&self)
stabby/src/libloading.rs:58
Methodderef
(&self)
stabby-macros/src/traits.rs:152
Methodderef
(&self)
stabby-macros/src/enums.rs:370
Methodderef
(&self)
stabby-abi/src/lib.rs:340
Methodderef
(&self)
stabby-abi/src/checked_import.rs:42
Methodderef
(&self)
stabby-abi/src/istable.rs:112
Methodderef
(&self)
stabby-abi/src/fatptr.rs:39
Methodderef
(&self)
stabby-abi/src/result.rs:502
Methodderef
(&self)
stabby-abi/src/as_mut.rs:59
Methodderef
(&self)
stabby-abi/src/alloc/single_or_vec.rs:293
Methodderef
(&self)
stabby-abi/src/alloc/mod.rs:287
Methodderef
(&self)
stabby-abi/src/alloc/string.rs:86
Methodderef
(&self)
stabby-abi/src/alloc/boxed.rs:217
← previousnext →201–300 of 628, ranked by callers