pub struct WhenEntry {
pub exprs: Vec<Expression>,
pub body: Block,
}
Fields§
§exprs: Vec<Expression>
§body: Block
Trait Implementations§
impl StructuralPartialEq for WhenEntry
Auto Trait Implementations§
impl Freeze for WhenEntry
impl RefUnwindSafe for WhenEntry
impl Send for WhenEntry
impl Sync for WhenEntry
impl Unpin for WhenEntry
impl UnwindSafe for WhenEntry
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