Struct aws_sdk_iotwireless::types::SidewalkUpdateAccount
source · #[non_exhaustive]pub struct SidewalkUpdateAccount {
pub app_server_private_key: Option<String>,
}Expand description
Sidewalk update.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.app_server_private_key: Option<String>The new Sidewalk application server private key.
Implementations§
source§impl SidewalkUpdateAccount
impl SidewalkUpdateAccount
sourcepub fn app_server_private_key(&self) -> Option<&str>
pub fn app_server_private_key(&self) -> Option<&str>
The new Sidewalk application server private key.
source§impl SidewalkUpdateAccount
impl SidewalkUpdateAccount
sourcepub fn builder() -> SidewalkUpdateAccountBuilder
pub fn builder() -> SidewalkUpdateAccountBuilder
Creates a new builder-style object to manufacture SidewalkUpdateAccount.
Trait Implementations§
source§impl Clone for SidewalkUpdateAccount
impl Clone for SidewalkUpdateAccount
source§fn clone(&self) -> SidewalkUpdateAccount
fn clone(&self) -> SidewalkUpdateAccount
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 SidewalkUpdateAccount
impl Debug for SidewalkUpdateAccount
source§impl PartialEq for SidewalkUpdateAccount
impl PartialEq for SidewalkUpdateAccount
source§fn eq(&self, other: &SidewalkUpdateAccount) -> bool
fn eq(&self, other: &SidewalkUpdateAccount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SidewalkUpdateAccount
Auto Trait Implementations§
impl Freeze for SidewalkUpdateAccount
impl RefUnwindSafe for SidewalkUpdateAccount
impl Send for SidewalkUpdateAccount
impl Sync for SidewalkUpdateAccount
impl Unpin for SidewalkUpdateAccount
impl UnwindSafe for SidewalkUpdateAccount
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.