Enum stable_mir::mir::body::CoroutineKind
source · pub enum CoroutineKind {
Desugared(CoroutineDesugaring, CoroutineSource),
Coroutine(Movability),
}
Variants§
Desugared(CoroutineDesugaring, CoroutineSource)
Coroutine(Movability)
Trait Implementations§
source§impl Clone for CoroutineKind
impl Clone for CoroutineKind
source§fn clone(&self) -> CoroutineKind
fn clone(&self) -> CoroutineKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CoroutineKind
impl Debug for CoroutineKind
source§impl PartialEq for CoroutineKind
impl PartialEq for CoroutineKind
source§fn eq(&self, other: &CoroutineKind) -> bool
fn eq(&self, other: &CoroutineKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CoroutineKind
impl StructuralPartialEq for CoroutineKind
Auto Trait Implementations§
impl Freeze for CoroutineKind
impl RefUnwindSafe for CoroutineKind
impl Send for CoroutineKind
impl Sync for CoroutineKind
impl Unpin for CoroutineKind
impl UnwindSafe for CoroutineKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes
Size for each variant:
Desugared
: 2 bytesCoroutine
: 1 byte