pub struct UiPath {
pub commands: Vec<UiPathCommand>,
}Fields§
§commands: Vec<UiPathCommand>Implementations§
Source§impl UiPath
impl UiPath
pub fn new(commands: impl IntoIterator<Item = UiPathCommand>) -> Self
pub fn commands(&self) -> &[UiPathCommand]
Trait Implementations§
impl Eq for UiPath
impl StructuralPartialEq for UiPath
Auto Trait Implementations§
impl Freeze for UiPath
impl RefUnwindSafe for UiPath
impl Send for UiPath
impl Sync for UiPath
impl Unpin for UiPath
impl UnsafeUnpin for UiPath
impl UnwindSafe for UiPath
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