Enum rustc_mir_build::build::expr::category::RvalueFunc
source · [−]pub(crate) enum RvalueFunc {
Into,
AsRvalue,
}
Variants
Into
AsRvalue
Trait Implementations
sourceimpl Debug for RvalueFunc
impl Debug for RvalueFunc
sourceimpl PartialEq<RvalueFunc> for RvalueFunc
impl PartialEq<RvalueFunc> for RvalueFunc
sourcefn eq(&self, other: &RvalueFunc) -> bool
fn eq(&self, other: &RvalueFunc) -> bool
impl StructuralPartialEq for RvalueFunc
Auto Trait Implementations
impl RefUnwindSafe for RvalueFunc
impl Send for RvalueFunc
impl Sync for RvalueFunc
impl Unpin for RvalueFunc
impl UnwindSafe for RvalueFunc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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: 1 byte
Size for each variant:
Into
: 0 bytesAsRvalue
: 0 bytes