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