Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/ops/enum.Bound.html Bound in std::ops - Rust An endpoint of a range of keys. std ops rustbound https://doc.rust-lang.org/std/ops/trait.ShlAssign.html ShlAssign in std::ops - Rust std ops rust https://doc.rust-lang.org/std/ops/trait.Shl.html Shl in std::ops - Rust std ops rustshl https://doc.rust-lang.org/std/ops/trait.AsyncFnOnce.html AsyncFnOnce in std::ops - Rust An async-aware version of the `FnOnce` trait. std ops rust https://doc.rust-lang.org/std/ops/trait.SubAssign.html SubAssign in std::ops - Rust The subtraction assignment operator `-=`. std ops rust https://doc.rust-lang.org/std/ops/trait.DerefPure.html DerefPure in std::ops - Rust Perma-unstable marker trait. Indicates that the type has a well-behaved `Deref` (and, if applicable, `DerefMut`) implementation. This is relied on for... std ops rust https://doc.rust-lang.org/std/ops/trait.Residual.html Residual in std::ops - Rust Allows retrieving the canonical type implementing `Try` that has this type as its residual and allows it to hold an `O` as its output. std ops rustresidual https://doc.rust-lang.org/std/ops/trait.DivAssign.html DivAssign in std::ops - Rust The division assignment operator `/=`. std ops rust https://doc.rust-lang.org/std/ops/trait.Neg.html Neg in std::ops - Rust The unary negation operator `-`. std ops rustneg https://doc.rust-lang.org/std/ops/enum.ControlFlow.html ControlFlow in std::ops - Rust Used to tell an operation whether it should exit early or go on as usual. std ops rust https://doc.rust-lang.org/std/ops/trait.Drop.html Drop in std::ops - Rust Custom code within the destructor. std ops rustdrop https://doc.rust-lang.org/std/ops/struct.Yeet.html Yeet in std::ops - Rust std ops rustyeet https://doc.rust-lang.org/std/ops/trait.OneSidedRange.html OneSidedRange in std::ops - Rust `OneSidedRange` is implemented for built-in range types that are unbounded on one side. For example, `a..`, `..b` and `..=c` implement `OneSidedRange`, but... std ops rust https://doc.rust-lang.org/std/ops/trait.AsyncFnMut.html AsyncFnMut in std::ops - Rust An async-aware version of the `FnMut` trait. std ops rust https://doc.rust-lang.org/std/ops/trait.IntoBounds.html IntoBounds in std::ops - Rust Used to convert a range into start and end bounds, consuming the range by value. std ops rust https://doc.rust-lang.org/std/ops/trait.CoerceUnsized.html CoerceUnsized in std::ops - Rust Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee. std ops rust https://doc.rust-lang.org/std/ops/trait.IndexMut.html IndexMut in std::ops - Rust Used for indexing operations (`container[index]`) in mutable contexts. std ops rust https://doc.rust-lang.org/std/ops/trait.RangeBounds.html RangeBounds in std::ops - Rust `RangeBounds` is implemented by Rust’s built-in range types, produced by range syntax like `..`, `a..`, `..b`, `..=c`, `d..e`, or `f..=g`. std ops rust https://doc.rust-lang.org/std/ops/struct.RangeTo.html RangeTo in std::ops - Rust A range only bounded exclusively above (`..end`). std ops rust https://doc.rust-lang.org/std/ops/trait.Shr.html Shr in std::ops - Rust std ops rustshr https://doc.rust-lang.org/std/ops/trait.Div.html Div in std::ops - Rust The division operator `/`. std ops rustdiv https://doc.rust-lang.org/std/ops/enum.OneSidedRangeBound.html OneSidedRangeBound in std::ops - Rust An internal helper for `split_off` functions indicating which end a `OneSidedRange` is bounded on. std ops rust https://doc.rust-lang.org/std/ops/trait.BitXorAssign.html BitXorAssign in std::ops - Rust The bitwise XOR assignment operator `^=`. std ops rust https://doc.rust-lang.org/std/ops/trait.Mul.html Mul in std::ops - Rust The multiplication operator `*`. std ops rustmul https://doc.rust-lang.org/std/ops/trait.AddAssign.html AddAssign in std::ops - Rust The addition assignment operator `+=`. std ops rust https://doc.rust-lang.org/std/ops/trait.MulAssign.html MulAssign in std::ops - Rust The multiplication assignment operator `*=`. std ops rust https://doc.rust-lang.org/std/ops/trait.Deref.html Deref in std::ops - Rust Used for immutable dereferencing operations, like `*v`. std ops rustderef https://doc.rust-lang.org/std/ops/trait.Sub.html Sub in std::ops - Rust The subtraction operator `-`. std ops rustsub https://doc.rust-lang.org/std/ops/trait.ShrAssign.html ShrAssign in std::ops - Rust std ops rust https://doc.rust-lang.org/std/ops/trait.Add.html Add in std::ops - Rust The addition operator `+`. std ops rustadd https://doc.rust-lang.org/std/ops/trait.Fn.html Fn in std::ops - Rust The version of the call operator that takes an immutable receiver. std ops rustfn https://doc.rust-lang.org/std/ops/trait.Try.html Try in std::ops - Rust The `?` operator and `try {}` blocks. std ops rusttry https://doc.rust-lang.org/std/ops/trait.BitOr.html BitOr in std::ops - Rust The bitwise OR operator `|`. std ops rust https://doc.rust-lang.org/std/ops/trait.FromResidual.html FromResidual in std::ops - Rust Used to specify which residuals can be converted into which `crate::ops::Try` types. std ops rust https://doc.rust-lang.org/std/ops/trait.FnMut.html FnMut in std::ops - Rust The version of the call operator that takes a mutable receiver. std ops rust https://doc.rust-lang.org/std/ops/struct.RangeFrom.html RangeFrom in std::ops - Rust A range only bounded inclusively below (`start..`). std ops rust https://doc.rust-lang.org/std/ops/struct.RangeToInclusive.html RangeToInclusive in std::ops - Rust A range only bounded inclusively above (`..=end`). std ops rust https://doc.rust-lang.org/std/ops/trait.BitAnd.html BitAnd in std::ops - Rust std ops rust https://doc.rust-lang.org/std/ops/trait.DerefMut.html DerefMut in std::ops - Rust Used for mutable dereferencing operations, like in `*v = 1;`. std ops rust https://doc.rust-lang.org/std/ops/struct.RangeInclusive.html RangeInclusive in std::ops - Rust A range bounded inclusively below and above (`start..=end`). std ops rust