pub struct LoweredFunction {
pub func: FunctionId,
}Fields§
§func: FunctionIdTrait Implementations§
Source§impl Clone for LoweredFunction
impl Clone for LoweredFunction
Source§fn clone(&self) -> LoweredFunction
fn clone(&self) -> LoweredFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LoweredFunction
impl RefUnwindSafe for LoweredFunction
impl Send for LoweredFunction
impl Sync for LoweredFunction
impl Unpin for LoweredFunction
impl UnsafeUnpin for LoweredFunction
impl UnwindSafe for LoweredFunction
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