pub struct RealBuiltInFunctionCallInterpolator2p<'lt, EI: TargetSpecificInterpolator> {
pub mir: &'lt Mir,
pub call: BuiltInFunctionCall2p,
pub arg1: RealExpressionId,
pub arg2: RealExpressionId,
pub external_interpolator: &'lt EI,
}
Fields§
§mir: &'lt Mir
§call: BuiltInFunctionCall2p
§arg1: RealExpressionId
§arg2: RealExpressionId
§external_interpolator: &'lt EI
Trait Implementations§
Source§impl<'lt, EI: TargetSpecificInterpolator> ToTokens for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
impl<'lt, EI: TargetSpecificInterpolator> ToTokens for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Auto Trait Implementations§
impl<'lt, EI> Freeze for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
impl<'lt, EI> RefUnwindSafe for RealBuiltInFunctionCallInterpolator2p<'lt, EI>where
EI: RefUnwindSafe,
impl<'lt, EI> !Send for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
impl<'lt, EI> !Sync for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
impl<'lt, EI> Unpin for RealBuiltInFunctionCallInterpolator2p<'lt, EI>
impl<'lt, EI> UnwindSafe for RealBuiltInFunctionCallInterpolator2p<'lt, EI>where
EI: RefUnwindSafe,
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