Enum rustc_passes::loops::LoopKind [−][src]
enum LoopKind {
Loop(LoopSource),
WhileLoop,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Loop(LoopSource)🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
WhileLoop🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Methods
impl LoopKind[src]
impl LoopKindfn name(self) -> &'static str[src]
fn name(self) -> &'static str🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Clone for LoopKind[src]
impl Clone for LoopKindfn clone(&self) -> LoopKind[src]
fn clone(&self) -> LoopKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for LoopKind[src]
impl Copy for LoopKindimpl PartialEq for LoopKind[src]
impl PartialEq for LoopKind