Struct OrStep

Source
pub struct OrStep { /* private fields */ }

Trait Implementations§

Source§

impl From<[TraversalBuilder; 1]> for OrStep

Source§

fn from(param: [TraversalBuilder; 1]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 10]> for OrStep

Source§

fn from(param: [TraversalBuilder; 10]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 2]> for OrStep

Source§

fn from(param: [TraversalBuilder; 2]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 3]> for OrStep

Source§

fn from(param: [TraversalBuilder; 3]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 4]> for OrStep

Source§

fn from(param: [TraversalBuilder; 4]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 5]> for OrStep

Source§

fn from(param: [TraversalBuilder; 5]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 6]> for OrStep

Source§

fn from(param: [TraversalBuilder; 6]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 7]> for OrStep

Source§

fn from(param: [TraversalBuilder; 7]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 8]> for OrStep

Source§

fn from(param: [TraversalBuilder; 8]) -> OrStep

Converts to this type from the input type.
Source§

impl From<[TraversalBuilder; 9]> for OrStep

Source§

fn from(param: [TraversalBuilder; 9]) -> OrStep

Converts to this type from the input type.
Source§

impl From<()> for OrStep

Source§

fn from(_: ()) -> Self

Converts to this type from the input type.
Source§

impl From<OrStep> for Vec<GValue>

Source§

fn from(step: OrStep) -> Self

Converts to this type from the input type.
Source§

impl From<TraversalBuilder> for OrStep

Source§

fn from(param: TraversalBuilder) -> Self

Converts to this type from the input type.
Source§

impl From<Vec<TraversalBuilder>> for OrStep

Source§

fn from(param: Vec<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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> ErasedDestructor for T
where T: 'static,