pub struct GuardExpr {
pub clause: GuardClause,
pub result: Expression,
}
Fields§
§clause: GuardClause
§result: Expression
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuardExpr
impl RefUnwindSafe for GuardExpr
impl Send for GuardExpr
impl Sync for GuardExpr
impl Unpin for GuardExpr
impl UnwindSafe for GuardExpr
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