pub struct Cond<'a> {
pub ws: Ws,
pub cond: Option<CondTest<'a>>,
pub nodes: Vec<Node<'a>>,
}
Fields§
§ws: Ws
§cond: Option<CondTest<'a>>
§nodes: Vec<Node<'a>>
Trait Implementations§
impl<'a> StructuralPartialEq for Cond<'a>
Auto Trait Implementations§
impl<'a> Freeze for Cond<'a>
impl<'a> RefUnwindSafe for Cond<'a>
impl<'a> Send for Cond<'a>
impl<'a> Sync for Cond<'a>
impl<'a> Unpin for Cond<'a>
impl<'a> UnwindSafe for Cond<'a>
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