#[non_exhaustive]pub struct SidewalkUpdateAccountBuilder { /* private fields */ }Expand description
A builder for SidewalkUpdateAccount.
Implementations§
source§impl SidewalkUpdateAccountBuilder
impl SidewalkUpdateAccountBuilder
sourcepub fn app_server_private_key(self, input: impl Into<String>) -> Self
pub fn app_server_private_key(self, input: impl Into<String>) -> Self
The new Sidewalk application server private key.
sourcepub fn set_app_server_private_key(self, input: Option<String>) -> Self
pub fn set_app_server_private_key(self, input: Option<String>) -> Self
The new Sidewalk application server private key.
sourcepub fn get_app_server_private_key(&self) -> &Option<String>
pub fn get_app_server_private_key(&self) -> &Option<String>
The new Sidewalk application server private key.
sourcepub fn build(self) -> SidewalkUpdateAccount
pub fn build(self) -> SidewalkUpdateAccount
Consumes the builder and constructs a SidewalkUpdateAccount.
Trait Implementations§
source§impl Clone for SidewalkUpdateAccountBuilder
impl Clone for SidewalkUpdateAccountBuilder
source§fn clone(&self) -> SidewalkUpdateAccountBuilder
fn clone(&self) -> SidewalkUpdateAccountBuilder
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 SidewalkUpdateAccountBuilder
impl Debug for SidewalkUpdateAccountBuilder
source§impl Default for SidewalkUpdateAccountBuilder
impl Default for SidewalkUpdateAccountBuilder
source§fn default() -> SidewalkUpdateAccountBuilder
fn default() -> SidewalkUpdateAccountBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SidewalkUpdateAccountBuilder
impl PartialEq for SidewalkUpdateAccountBuilder
source§fn eq(&self, other: &SidewalkUpdateAccountBuilder) -> bool
fn eq(&self, other: &SidewalkUpdateAccountBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SidewalkUpdateAccountBuilder
Auto Trait Implementations§
impl Freeze for SidewalkUpdateAccountBuilder
impl RefUnwindSafe for SidewalkUpdateAccountBuilder
impl Send for SidewalkUpdateAccountBuilder
impl Sync for SidewalkUpdateAccountBuilder
impl Unpin for SidewalkUpdateAccountBuilder
impl UnwindSafe for SidewalkUpdateAccountBuilder
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.