#[non_exhaustive]pub struct CustomActionNavigationOperation { /* private fields */ }
Expand description
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Implementations§
The configuration that chooses the navigation target.
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomActionNavigationOperation
.
Trait Implementations§
source§fn clone(&self) -> CustomActionNavigationOperation
fn clone(&self) -> CustomActionNavigationOperation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§fn eq(&self, other: &CustomActionNavigationOperation) -> bool
fn eq(&self, other: &CustomActionNavigationOperation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.