Struct aws_sdk_iotwireless::types::builders::ServiceProfileBuilder   
source · #[non_exhaustive]pub struct ServiceProfileBuilder { /* private fields */ }Expand description
A builder for ServiceProfile.
Implementations§
source§impl ServiceProfileBuilder
 
impl ServiceProfileBuilder
sourcepub fn build(self) -> ServiceProfile
 
pub fn build(self) -> ServiceProfile
Consumes the builder and constructs a ServiceProfile.
Trait Implementations§
source§impl Clone for ServiceProfileBuilder
 
impl Clone for ServiceProfileBuilder
source§fn clone(&self) -> ServiceProfileBuilder
 
fn clone(&self) -> ServiceProfileBuilder
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 ServiceProfileBuilder
 
impl Debug for ServiceProfileBuilder
source§impl Default for ServiceProfileBuilder
 
impl Default for ServiceProfileBuilder
source§fn default() -> ServiceProfileBuilder
 
fn default() -> ServiceProfileBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ServiceProfileBuilder> for ServiceProfileBuilder
 
impl PartialEq<ServiceProfileBuilder> for ServiceProfileBuilder
source§fn eq(&self, other: &ServiceProfileBuilder) -> bool
 
fn eq(&self, other: &ServiceProfileBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServiceProfileBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ServiceProfileBuilder
impl Send for ServiceProfileBuilder
impl Sync for ServiceProfileBuilder
impl Unpin for ServiceProfileBuilder
impl UnwindSafe for ServiceProfileBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more