pub enum GuardClause {
Wildcard(Node),
Expression(Expression),
}
Variants§
Wildcard(Node)
Expression(Expression)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GuardClause
impl RefUnwindSafe for GuardClause
impl Send for GuardClause
impl Sync for GuardClause
impl Unpin for GuardClause
impl UnwindSafe for GuardClause
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