#[non_exhaustive]pub struct InvokeScreenAutomationOutput { /* private fields */ }
Implementations
sourceimpl InvokeScreenAutomationOutput
impl InvokeScreenAutomationOutput
sourcepub fn workbook_cursor(&self) -> i64
pub fn workbook_cursor(&self) -> i64
The updated workbook cursor after performing the automation action.
sourceimpl InvokeScreenAutomationOutput
impl InvokeScreenAutomationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvokeScreenAutomationOutput
.
Trait Implementations
sourceimpl Clone for InvokeScreenAutomationOutput
impl Clone for InvokeScreenAutomationOutput
sourcefn clone(&self) -> InvokeScreenAutomationOutput
fn clone(&self) -> InvokeScreenAutomationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvokeScreenAutomationOutput
impl Debug for InvokeScreenAutomationOutput
sourceimpl PartialEq<InvokeScreenAutomationOutput> for InvokeScreenAutomationOutput
impl PartialEq<InvokeScreenAutomationOutput> for InvokeScreenAutomationOutput
sourcefn eq(&self, other: &InvokeScreenAutomationOutput) -> bool
fn eq(&self, other: &InvokeScreenAutomationOutput) -> bool
impl StructuralPartialEq for InvokeScreenAutomationOutput
Auto Trait Implementations
impl RefUnwindSafe for InvokeScreenAutomationOutput
impl Send for InvokeScreenAutomationOutput
impl Sync for InvokeScreenAutomationOutput
impl Unpin for InvokeScreenAutomationOutput
impl UnwindSafe for InvokeScreenAutomationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more