Enum rustc_hir::hir::GeneratorKind [−][src]
The type of source expression that caused this generator to be created.
Variants
Async(AsyncGeneratorKind)
An explicit async
block or the body of an async function.
A generator literal created via a yield
inside a closure.
Implementations
impl GeneratorKind
[src]
Trait Implementations
impl Clone for GeneratorKind
[src]
fn clone(&self) -> GeneratorKind
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for GeneratorKind
[src]
impl Debug for GeneratorKind
[src]
impl<__D: Decoder> Decodable<__D> for GeneratorKind
[src]
impl Display for GeneratorKind
[src]
impl<__E: Encoder> Encodable<__E> for GeneratorKind
[src]
impl Eq for GeneratorKind
[src]
impl From<GeneratorKind> for YieldSource
[src]
fn from(kind: GeneratorKind) -> Self
[src]
impl Hash for GeneratorKind
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<__CTX> HashStable<__CTX> for GeneratorKind where
__CTX: HashStableContext,
[src]
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
[src]
impl PartialEq<GeneratorKind> for GeneratorKind
[src]
fn eq(&self, other: &GeneratorKind) -> bool
[src]
fn ne(&self, other: &GeneratorKind) -> bool
[src]
impl PartialOrd<GeneratorKind> for GeneratorKind
[src]
fn partial_cmp(&self, other: &GeneratorKind) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for GeneratorKind
[src]
impl StructuralPartialEq for GeneratorKind
[src]
Auto Trait Implementations
impl RefUnwindSafe for GeneratorKind
impl Send for GeneratorKind
impl Sync for GeneratorKind
impl Unpin for GeneratorKind
impl UnwindSafe for GeneratorKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,