Struct yash_syntax::syntax::ElifThen
source · [−]Expand description
elif-then
clause.
Fields
condition: List
body: List
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more