Enum syntax::ast::Movability [−][src]
pub enum Movability { 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?
The movability of a generator / closure literal
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 Movability
[src]
impl Clone for Movability
fn clone(&self) -> Movability
[src]
fn clone(&self) -> Movability
Returns 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 Movability
[src]
impl PartialEq for Movability
fn eq(&self, other: &Movability) -> bool
[src]
fn eq(&self, other: &Movability) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
This method tests for !=
.
impl Encodable for Movability
[src]
impl Encodable for Movability
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &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 Movability
[src]
impl Decodable for Movability
fn decode<__D: Decoder>(d: &mut __D) -> Result<Movability, __D::Error>
[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<Movability, __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 Debug for Movability
[src]
impl Debug for Movability
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for Movability
[src]
impl Copy for Movability
Auto Trait Implementations
impl Send for Movability
impl Send for Movability
impl Sync for Movability
impl Sync for Movability