Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZettaScaleLabs/stabby
/ functions
Functions
628 in github.com/ZettaScaleLabs/stabby
⨍
Functions
628
◇
Types & classes
243
Method
deref
(&self)
stabby-abi/src/alloc/sync.rs:328
Method
deref_mut
(&mut self)
stabby-abi/src/str.rs:100
Method
deref_mut
(&mut self)
stabby-abi/src/lib.rs:345
Method
deref_mut
(&mut self)
stabby-abi/src/slice.rs:136
Method
deref_mut
(&mut self)
stabby-abi/src/istable.rs:117
Method
deref_mut
(&mut self)
stabby-abi/src/fatptr.rs:68
Method
deref_mut
(&mut self)
stabby-abi/src/result.rs:511
Method
deref_mut
(&mut self)
stabby-abi/src/as_mut.rs:91
Method
deref_mut
(&mut self)
stabby-abi/src/alloc/vec.rs:527
Method
deref_mut
(&mut self)
stabby-abi/src/alloc/single_or_vec.rs:307
Method
deref_mut
(&mut self)
stabby-abi/src/alloc/mod.rs:292
Method
deref_mut
(&mut self)
stabby-abi/src/alloc/string.rs:97
Method
deref_mut
(&mut self)
stabby-abi/src/alloc/boxed.rs:223
Method
deserialize
(deserializer: D)
stabby-abi/src/str.rs:154
Method
deserialize
(deserializer: D)
stabby-abi/src/option.rs:204
Method
deserialize
(deserializer: D)
stabby-abi/src/slice.rs:226
Method
deserialize
(deserializer: D)
stabby-abi/src/result.rs:591
Method
deserialize
(deserializer: D)
stabby-abi/src/alloc/vec.rs:856
Method
deserialize
(deserializer: D)
stabby-abi/src/alloc/string.rs:385
Method
deserialize
(deserializer: D)
stabby-abi/src/alloc/boxed.rs:525
Method
deserialize
(deserializer: D)
stabby-abi/src/alloc/sync.rs:982
Method
det_ptr
( storage: *const Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:238
Method
det_ptr_mut
( storage: *mut Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:243
Method
do_stuff
(&'a self, _: &'a Self::Output)
stabby/src/tests/traits.rs:34
Method
do_stuff2
(&self)
stabby/src/tests/traits.rs:66
Method
do_stuff3
(&'a self, _a: &'a Self::A, _b: Self::B)
stabby/src/tests/traits.rs:90
Method
double_ended
(self)
stabby-abi/src/alloc/vec.rs:694
Method
downcast
Downcasts the reference based on vtable equality. This implies that this downcast will always yield `None` when attempting to downcast values constru
stabby-abi/src/fatptr.rs:213
Method
downcast_mut
Downcasts the mutable reference based on vtable equality. This implies that this downcast will always yield `None` when attempting to downcast values
stabby-abi/src/fatptr.rs:395
Method
downcast_ref
Downcasts the reference based on vtable equality. This implies that this downcast will always yield `None` when attempting to downcast values constru
stabby-abi/src/fatptr.rs:361
Method
downgrade
Constructs an additional [`Weak`] pointer to `this`.
stabby-abi/src/alloc/sync.rs:289
Method
drop
(&mut self)
stabby/src/tests/regressions/issue_112.rs:8
Method
drop
(&mut self)
stabby-abi/src/future.rs:75
Method
drop
(&mut self)
stabby-abi/src/checked_import.rs:152
Method
drop
(_: &mut core::mem::ManuallyDrop<Self>, _: unsafe extern "C" fn(AnonymRefMut<'_>))
stabby-abi/src/fatptr.rs:73
Method
drop
(&mut self)
stabby-abi/src/result.rs:197
Method
drop
(&mut self)
stabby-abi/src/as_mut.rs:96
Method
drop
(&mut self)
stabby-abi/src/alloc/vec.rs:542
Method
drop
( this: &mut core::mem::ManuallyDrop<Self>, drop: unsafe extern "C" fn(AnonymRefMut<'_>),
stabby-abi/src/alloc/boxed.rs:244
Method
drop
(&mut self)
stabby-abi/src/alloc/sync.rs:304
Method
drop
(&mut self)
stabby-abi/src/alloc/collections/arc_btree.rs:239
Method
duration_to_i64
(t: Duration, sign: Sign)
stabby/src/time.rs:148
Function
dyn_traits
()
stabby/src/tests/traits.rs:158
Function
dynptr
(tokens: TokenStream)
stabby-macros/src/lib.rs:227
Function
encode
(value: String)
stabby-macros/build.rs:17
Function
enums
()
stabby/src/tests/enums.rs:16
Method
epoch
Construct the epoch for [`AtomicInstant`].
stabby/src/time.rs:328
Method
eq
(&self, other: &Self)
stabby-macros/src/traits.rs:1120
Method
eq
(&self, other: &Self)
stabby-abi/src/slice.rs:86
Method
eq
(&self, other: &Self)
stabby-abi/src/result.rs:155
Method
eq
(&self, other: &&[*const ()])
stabby-abi/src/vtable/mod.rs:59
Method
eq
(&self, other: &Rhs)
stabby-abi/src/alloc/vec.rs:464
Method
eq
(&self, other: &Rhs)
stabby-abi/src/alloc/single_or_vec.rs:345
Method
eq
(&self, other: &Rhs)
stabby-abi/src/alloc/string.rs:118
Method
eq
(&self, other: &Self)
stabby-abi/src/alloc/boxed.rs:368
Method
eq
(&self, other: &Self)
stabby-abi/src/alloc/sync.rs:583
Method
eq
(&self, other: &Self)
stabby-abi/src/alloc/collections/arc_btree.rs:82
Method
err
Returns the `Err` variant if it exists, `None` otherwise.
stabby-abi/src/result.rs:402
Method
err
(_: *mut u8)
stabby-abi/src/enums/mod.rs:68
Method
err_mut
Returns the `Err` variant by mutable reference if it exists, `None` otherwise.
stabby-abi/src/result.rs:418
Method
err_ptr
( storage: *const Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:228
Method
err_ptr_mut
( storage: *mut Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:233
Method
err_ref
Returns the `Err` variant by reference if it exists, `None` otherwise.
stabby-abi/src/result.rs:410
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/str.rs:170
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/slice.rs:242
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/alloc/vec.rs:866
Method
expecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/alloc/string.rs:417
Function
export
(attrs: TokenStream, fn_spec: TokenStream)
stabby-macros/src/lib.rs:474
Function
export
( macro_attrs: proc_macro::TokenStream, fn_spec: syn::ItemFn, )
stabby-macros/src/functions.rs:370
Method
extend
(&mut self, iter: Iter)
stabby-abi/src/alloc/single_or_vec.rs:415
Method
filter_stuff
(&self, source: &'a u8)
stabby/src/tests/traits.rs:40
Function
fix
(source: &str)
stabby-macros/src/functions.rs:252
Method
flush
(&mut self)
stabby-abi/src/alloc/vec.rs:807
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/traits.rs:1198
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/functions.rs:265
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/enums.rs:59
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/str.rs:67
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/lib.rs:178
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/option.rs:32
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/slice.rs:94
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/checked_import.rs:75
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/report.rs:38
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/num.rs:6
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/result.rs:127
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/vtable/mod.rs:360
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/vec.rs:593
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/mod.rs:28
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/string.rs:103
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/boxed.rs:456
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/sync.rs:616
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/allocators/libc_alloc.rs:44
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/collections/arc_btree.rs:207
Method
fmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/enums/mod.rs:109
Method
force_upgrade
Returns a strong reference to the string. If you're using this, there are probably design issues in your program...
stabby-abi/src/alloc/string.rs:254
Method
force_upgrade
For types that are [`Copy`], the slice actually remains valid even after all strong references have been dropped as long as at least a weak reference
stabby-abi/src/alloc/sync.rs:687
Method
free
(&mut self, ptr: *mut ())
stabby-abi/src/alloc/allocators/rust_alloc.rs:108
Method
from
(value: core::time::Duration)
stabby/src/time.rs:97
Method
from
( ( syn::ItemTrait { vis, ident, generics,
stabby-macros/src/traits.rs:213
Method
from
(value: syn::Type)
stabby-macros/src/lib.rs:272
Method
from
(value: &syn::Variant)
stabby-macros/src/enums.rs:338
← previous
next →
301–400 of 628, ranked by callers