MCPcopy Create free account

hub / github.com/ZettaScaleLabs/stabby / functions

Functions628 in github.com/ZettaScaleLabs/stabby

Methodderef
(&self)
stabby-abi/src/alloc/sync.rs:328
Methodderef_mut
(&mut self)
stabby-abi/src/str.rs:100
Methodderef_mut
(&mut self)
stabby-abi/src/lib.rs:345
Methodderef_mut
(&mut self)
stabby-abi/src/slice.rs:136
Methodderef_mut
(&mut self)
stabby-abi/src/istable.rs:117
Methodderef_mut
(&mut self)
stabby-abi/src/fatptr.rs:68
Methodderef_mut
(&mut self)
stabby-abi/src/result.rs:511
Methodderef_mut
(&mut self)
stabby-abi/src/as_mut.rs:91
Methodderef_mut
(&mut self)
stabby-abi/src/alloc/vec.rs:527
Methodderef_mut
(&mut self)
stabby-abi/src/alloc/single_or_vec.rs:307
Methodderef_mut
(&mut self)
stabby-abi/src/alloc/mod.rs:292
Methodderef_mut
(&mut self)
stabby-abi/src/alloc/string.rs:97
Methodderef_mut
(&mut self)
stabby-abi/src/alloc/boxed.rs:223
Methoddeserialize
(deserializer: D)
stabby-abi/src/str.rs:154
Methoddeserialize
(deserializer: D)
stabby-abi/src/option.rs:204
Methoddeserialize
(deserializer: D)
stabby-abi/src/slice.rs:226
Methoddeserialize
(deserializer: D)
stabby-abi/src/result.rs:591
Methoddeserialize
(deserializer: D)
stabby-abi/src/alloc/vec.rs:856
Methoddeserialize
(deserializer: D)
stabby-abi/src/alloc/string.rs:385
Methoddeserialize
(deserializer: D)
stabby-abi/src/alloc/boxed.rs:525
Methoddeserialize
(deserializer: D)
stabby-abi/src/alloc/sync.rs:982
Methoddet_ptr
( storage: *const Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:238
Methoddet_ptr_mut
( storage: *mut Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:243
Methoddo_stuff
(&'a self, _: &'a Self::Output)
stabby/src/tests/traits.rs:34
Methoddo_stuff2
(&self)
stabby/src/tests/traits.rs:66
Methoddo_stuff3
(&'a self, _a: &'a Self::A, _b: Self::B)
stabby/src/tests/traits.rs:90
Methoddouble_ended
(self)
stabby-abi/src/alloc/vec.rs:694
Methoddowncast
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
Methoddowncast_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
Methoddowncast_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
Methoddowngrade
Constructs an additional [`Weak`] pointer to `this`.
stabby-abi/src/alloc/sync.rs:289
Methoddrop
(&mut self)
stabby/src/tests/regressions/issue_112.rs:8
Methoddrop
(&mut self)
stabby-abi/src/future.rs:75
Methoddrop
(&mut self)
stabby-abi/src/checked_import.rs:152
Methoddrop
(_: &mut core::mem::ManuallyDrop<Self>, _: unsafe extern "C" fn(AnonymRefMut<'_>))
stabby-abi/src/fatptr.rs:73
Methoddrop
(&mut self)
stabby-abi/src/result.rs:197
Methoddrop
(&mut self)
stabby-abi/src/as_mut.rs:96
Methoddrop
(&mut self)
stabby-abi/src/alloc/vec.rs:542
Methoddrop
( this: &mut core::mem::ManuallyDrop<Self>, drop: unsafe extern "C" fn(AnonymRefMut<'_>),
stabby-abi/src/alloc/boxed.rs:244
Methoddrop
(&mut self)
stabby-abi/src/alloc/sync.rs:304
Methoddrop
(&mut self)
stabby-abi/src/alloc/collections/arc_btree.rs:239
Methodduration_to_i64
(t: Duration, sign: Sign)
stabby/src/time.rs:148
Functiondyn_traits
()
stabby/src/tests/traits.rs:158
Functiondynptr
(tokens: TokenStream)
stabby-macros/src/lib.rs:227
Functionencode
(value: String)
stabby-macros/build.rs:17
Functionenums
()
stabby/src/tests/enums.rs:16
Methodepoch
Construct the epoch for [`AtomicInstant`].
stabby/src/time.rs:328
Methodeq
(&self, other: &Self)
stabby-macros/src/traits.rs:1120
Methodeq
(&self, other: &Self)
stabby-abi/src/slice.rs:86
Methodeq
(&self, other: &Self)
stabby-abi/src/result.rs:155
Methodeq
(&self, other: &&[*const ()])
stabby-abi/src/vtable/mod.rs:59
Methodeq
(&self, other: &Rhs)
stabby-abi/src/alloc/vec.rs:464
Methodeq
(&self, other: &Rhs)
stabby-abi/src/alloc/single_or_vec.rs:345
Methodeq
(&self, other: &Rhs)
stabby-abi/src/alloc/string.rs:118
Methodeq
(&self, other: &Self)
stabby-abi/src/alloc/boxed.rs:368
Methodeq
(&self, other: &Self)
stabby-abi/src/alloc/sync.rs:583
Methodeq
(&self, other: &Self)
stabby-abi/src/alloc/collections/arc_btree.rs:82
Methoderr
Returns the `Err` variant if it exists, `None` otherwise.
stabby-abi/src/result.rs:402
Methoderr
(_: *mut u8)
stabby-abi/src/enums/mod.rs:68
Methoderr_mut
Returns the `Err` variant by mutable reference if it exists, `None` otherwise.
stabby-abi/src/result.rs:418
Methoderr_ptr
( storage: *const Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:228
Methoderr_ptr_mut
( storage: *mut Storage<<Self as IStable>::Size, <Self as IStable>::Align>, )
stabby-abi/src/result.rs:233
Methoderr_ref
Returns the `Err` variant by reference if it exists, `None` otherwise.
stabby-abi/src/result.rs:410
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/str.rs:170
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/slice.rs:242
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/alloc/vec.rs:866
Methodexpecting
(&self, formatter: &mut std::fmt::Formatter)
stabby-abi/src/alloc/string.rs:417
Functionexport
(attrs: TokenStream, fn_spec: TokenStream)
stabby-macros/src/lib.rs:474
Functionexport
( macro_attrs: proc_macro::TokenStream, fn_spec: syn::ItemFn, )
stabby-macros/src/functions.rs:370
Methodextend
(&mut self, iter: Iter)
stabby-abi/src/alloc/single_or_vec.rs:415
Methodfilter_stuff
(&self, source: &'a u8)
stabby/src/tests/traits.rs:40
Functionfix
(source: &str)
stabby-macros/src/functions.rs:252
Methodflush
(&mut self)
stabby-abi/src/alloc/vec.rs:807
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/traits.rs:1198
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/functions.rs:265
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
stabby-macros/src/enums.rs:59
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/str.rs:67
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/lib.rs:178
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/option.rs:32
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/slice.rs:94
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/checked_import.rs:75
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/report.rs:38
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/num.rs:6
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/result.rs:127
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/vtable/mod.rs:360
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/vec.rs:593
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/mod.rs:28
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/string.rs:103
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/boxed.rs:456
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/sync.rs:616
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/allocators/libc_alloc.rs:44
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/alloc/collections/arc_btree.rs:207
Methodfmt
(&self, f: &mut core::fmt::Formatter<'_>)
stabby-abi/src/enums/mod.rs:109
Methodforce_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
Methodforce_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
Methodfree
(&mut self, ptr: *mut ())
stabby-abi/src/alloc/allocators/rust_alloc.rs:108
Methodfrom
(value: core::time::Duration)
stabby/src/time.rs:97
Methodfrom
( ( syn::ItemTrait { vis, ident, generics,
stabby-macros/src/traits.rs:213
Methodfrom
(value: syn::Type)
stabby-macros/src/lib.rs:272
Methodfrom
(value: &syn::Variant)
stabby-macros/src/enums.rs:338
← previousnext →301–400 of 628, ranked by callers