pub struct IfLiteral {
pub cond: ExprKind,
pub block: Block,
}Fields§
§cond: ExprKind§block: BlockTrait Implementations§
impl StructuralPartialEq for IfLiteral
Auto Trait Implementations§
impl Freeze for IfLiteral
impl RefUnwindSafe for IfLiteral
impl Send for IfLiteral
impl Sync for IfLiteral
impl Unpin for IfLiteral
impl UnwindSafe for IfLiteral
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