#[non_exhaustive]pub struct CustomIndicesInput { /* private fields */ }
Expand description
Implementations§
source§impl CustomIndicesInput
impl CustomIndicesInput
sourcepub fn operations(&self) -> Option<&[Operation]>
pub fn operations(&self) -> Option<&[Operation]>
source§impl CustomIndicesInput
impl CustomIndicesInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomIndicesInput
.
Trait Implementations§
source§impl Clone for CustomIndicesInput
impl Clone for CustomIndicesInput
source§fn clone(&self) -> CustomIndicesInput
fn clone(&self) -> CustomIndicesInput
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§impl Debug for CustomIndicesInput
impl Debug for CustomIndicesInput
source§impl PartialEq<CustomIndicesInput> for CustomIndicesInput
impl PartialEq<CustomIndicesInput> for CustomIndicesInput
source§fn eq(&self, other: &CustomIndicesInput) -> bool
fn eq(&self, other: &CustomIndicesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.