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