pub struct NotStep { /* private fields */ }
Trait Implementations§
Source§impl From<TraversalBuilder> for NotStep
impl From<TraversalBuilder> for NotStep
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 NotStep
impl RefUnwindSafe for NotStep
impl Send for NotStep
impl Sync for NotStep
impl Unpin for NotStep
impl UnwindSafe for NotStep
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