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