pub struct RConditionBody { /* private fields */ }
Implementations§
Source§impl RConditionBody
impl RConditionBody
pub fn new(condition: RExpression, body: RInterpretedBody) -> Self
Auto Trait Implementations§
impl Freeze for RConditionBody
impl RefUnwindSafe for RConditionBody
impl Send for RConditionBody
impl Sync for RConditionBody
impl Unpin for RConditionBody
impl UnwindSafe for RConditionBody
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