Struct yash_syntax::syntax::ElifThen
source · pub struct ElifThen {
pub condition: List,
pub body: List,
}
Expand description
elif-then
clause.
Fields§
§condition: List
§body: List
Trait Implementations§
source§impl PartialEq<ElifThen> for ElifThen
impl PartialEq<ElifThen> for ElifThen
impl Eq for ElifThen
impl StructuralEq for ElifThen
impl StructuralPartialEq for ElifThen
Auto Trait Implementations§
impl !RefUnwindSafe for ElifThen
impl !Send for ElifThen
impl !Sync for ElifThen
impl Unpin for ElifThen
impl !UnwindSafe for ElifThen
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