Struct aws_sdk_textract::types::builders::PointBuilder
source · #[non_exhaustive]pub struct PointBuilder { /* private fields */ }Expand description
A builder for Point.
Implementations§
Trait Implementations§
source§impl Clone for PointBuilder
impl Clone for PointBuilder
source§fn clone(&self) -> PointBuilder
fn clone(&self) -> PointBuilder
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 PointBuilder
impl Debug for PointBuilder
source§impl Default for PointBuilder
impl Default for PointBuilder
source§fn default() -> PointBuilder
fn default() -> PointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PointBuilder> for PointBuilder
impl PartialEq<PointBuilder> for PointBuilder
source§fn eq(&self, other: &PointBuilder) -> bool
fn eq(&self, other: &PointBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.