pub(crate) enum Rhs {
Expression(Expr),
Else,
}
Variants§
Auto Trait Implementations§
impl Freeze for Rhs
impl RefUnwindSafe for Rhs
impl !Send for Rhs
impl !Sync for Rhs
impl Unpin for Rhs
impl UnwindSafe for Rhs
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