Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/marker/trait.Freeze.html Freeze in std::marker - Rust Used to determine whether a type contains any `UnsafeCell` internally, but not through an indirection. This affects, for example, whether a `static` of that... std marker rustfreeze https://doc.rust-lang.org/std/marker/struct.PhantomContravariantLifetime.html PhantomContravariantLifetime in std::marker - Rust Zero-sized type used to mark a lifetime as contravariant. std marker rust https://doc.rust-lang.org/std/marker/trait.Sized.html Sized in std::marker - Rust Types with a constant size known at compile time. std marker rustsized https://doc.rust-lang.org/std/marker/trait.Copy.html Copy in std::marker - Rust Types whose values can be duplicated simply by copying bits. std marker rustcopy https://doc.rust-lang.org/std/marker/trait.Unsize.html Unsize in std::marker - Rust Types that can be “unsized” to a dynamically-sized type. std marker rust https://doc.rust-lang.org/std/marker/trait.Tuple.html Tuple in std::marker - Rust A marker for tuple types. std marker rusttuple https://doc.rust-lang.org/std/marker/trait.StructuralPartialEq.html StructuralPartialEq in std::marker - Rust Required trait for constants used in pattern matches. std marker rust https://doc.rust-lang.org/std/marker/index.html std::marker - Rust Primitive traits and types representing basic properties of types. std marker rust https://doc.rust-lang.org/std/marker/struct.PhantomPinned.html PhantomPinned in std::marker - Rust A marker type which does not implement `Unpin`. std marker rust https://doc.rust-lang.org/std/marker/trait.Sync.html Sync in std::marker - Rust Types for which it is safe to share references between threads. std marker rustsync https://doc.rust-lang.org/std/marker/struct.PhantomContravariant.html PhantomContravariant in std::marker - Rust Zero-sized type used to mark a type parameter as contravariant. std marker rust