pub struct MatchStep { /* private fields */ }Trait Implementations§
Source§impl From<TraversalBuilder> for MatchStep
impl From<TraversalBuilder> for MatchStep
Source§fn from(param: TraversalBuilder) -> MatchStep
fn from(param: TraversalBuilder) -> MatchStep
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MatchStep
impl RefUnwindSafe for MatchStep
impl Send for MatchStep
impl Sync for MatchStep
impl Unpin for MatchStep
impl UnwindSafe for MatchStep
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