struct SelStep {
compound: CompoundSel,
combinator: Option<Combinator>,
}Fields§
§compound: CompoundSel§combinator: Option<Combinator>直前のステップとの結合子(先頭ステップは None)。
Auto Trait Implementations§
impl Freeze for SelStep
impl RefUnwindSafe for SelStep
impl Send for SelStep
impl Sync for SelStep
impl Unpin for SelStep
impl UnsafeUnpin for SelStep
impl UnwindSafe for SelStep
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