#[non_exhaustive]pub struct SessionKeysAbpV11Builder { /* private fields */ }Expand description
A builder for SessionKeysAbpV11.
Implementations§
source§impl SessionKeysAbpV11Builder
impl SessionKeysAbpV11Builder
sourcepub fn f_nwk_s_int_key(self, input: impl Into<String>) -> Self
pub fn f_nwk_s_int_key(self, input: impl Into<String>) -> Self
The FNwkSIntKey value.
sourcepub fn set_f_nwk_s_int_key(self, input: Option<String>) -> Self
pub fn set_f_nwk_s_int_key(self, input: Option<String>) -> Self
The FNwkSIntKey value.
sourcepub fn get_f_nwk_s_int_key(&self) -> &Option<String>
pub fn get_f_nwk_s_int_key(&self) -> &Option<String>
The FNwkSIntKey value.
sourcepub fn s_nwk_s_int_key(self, input: impl Into<String>) -> Self
pub fn s_nwk_s_int_key(self, input: impl Into<String>) -> Self
The SNwkSIntKey value.
sourcepub fn set_s_nwk_s_int_key(self, input: Option<String>) -> Self
pub fn set_s_nwk_s_int_key(self, input: Option<String>) -> Self
The SNwkSIntKey value.
sourcepub fn get_s_nwk_s_int_key(&self) -> &Option<String>
pub fn get_s_nwk_s_int_key(&self) -> &Option<String>
The SNwkSIntKey value.
sourcepub fn nwk_s_enc_key(self, input: impl Into<String>) -> Self
pub fn nwk_s_enc_key(self, input: impl Into<String>) -> Self
The NwkSEncKey value.
sourcepub fn set_nwk_s_enc_key(self, input: Option<String>) -> Self
pub fn set_nwk_s_enc_key(self, input: Option<String>) -> Self
The NwkSEncKey value.
sourcepub fn get_nwk_s_enc_key(&self) -> &Option<String>
pub fn get_nwk_s_enc_key(&self) -> &Option<String>
The NwkSEncKey value.
sourcepub fn set_app_s_key(self, input: Option<String>) -> Self
pub fn set_app_s_key(self, input: Option<String>) -> Self
The AppSKey value.
sourcepub fn get_app_s_key(&self) -> &Option<String>
pub fn get_app_s_key(&self) -> &Option<String>
The AppSKey value.
sourcepub fn build(self) -> SessionKeysAbpV11
pub fn build(self) -> SessionKeysAbpV11
Consumes the builder and constructs a SessionKeysAbpV11.
Trait Implementations§
source§impl Clone for SessionKeysAbpV11Builder
impl Clone for SessionKeysAbpV11Builder
source§fn clone(&self) -> SessionKeysAbpV11Builder
fn clone(&self) -> SessionKeysAbpV11Builder
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 SessionKeysAbpV11Builder
impl Debug for SessionKeysAbpV11Builder
source§impl Default for SessionKeysAbpV11Builder
impl Default for SessionKeysAbpV11Builder
source§fn default() -> SessionKeysAbpV11Builder
fn default() -> SessionKeysAbpV11Builder
Returns the “default value” for a type. Read more
source§impl PartialEq for SessionKeysAbpV11Builder
impl PartialEq for SessionKeysAbpV11Builder
source§fn eq(&self, other: &SessionKeysAbpV11Builder) -> bool
fn eq(&self, other: &SessionKeysAbpV11Builder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SessionKeysAbpV11Builder
Auto Trait Implementations§
impl RefUnwindSafe for SessionKeysAbpV11Builder
impl Send for SessionKeysAbpV11Builder
impl Sync for SessionKeysAbpV11Builder
impl Unpin for SessionKeysAbpV11Builder
impl UnwindSafe for SessionKeysAbpV11Builder
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.