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