Enum rustc::hir::GeneratorMovability
[−]
[src]
pub enum GeneratorMovability {
Static,
Movable,
}🔬 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
Static🔬 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?
Movable🔬 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 GeneratorMovability[src]
impl Clone for GeneratorMovabilityfn clone(&self) -> GeneratorMovability[src]
fn clone(&self) -> GeneratorMovabilityReturns 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)Performs copy-assignment from source. Read more
impl PartialEq for GeneratorMovability[src]
impl PartialEq for GeneratorMovabilityfn eq(&self, __arg_0: &GeneratorMovability) -> bool[src]
fn eq(&self, __arg_0: &GeneratorMovability) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for GeneratorMovability[src]
impl Eq for GeneratorMovabilityimpl Encodable for GeneratorMovability[src]
impl Encodable for GeneratorMovabilityfn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>🔬 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?
impl Decodable for GeneratorMovability[src]
impl Decodable for GeneratorMovabilityfn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<GeneratorMovability, __D::Error>[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<GeneratorMovability, __D::Error>🔬 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?
impl Hash for GeneratorMovability[src]
impl Hash for GeneratorMovabilityfn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for GeneratorMovability[src]
impl Debug for GeneratorMovabilityfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for GeneratorMovability[src]
impl Copy for GeneratorMovabilityimpl<'a, 'tcx> HashStable<StableHashingContext<'a>> for GeneratorMovability[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for GeneratorMovabilityfn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)[src]
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)🔬 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?
Auto Trait Implementations
impl Send for GeneratorMovability
impl Send for GeneratorMovabilityimpl Sync for GeneratorMovability
impl Sync for GeneratorMovability