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