#[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
impl StructuralPartialEq for SessionKeysAbpV11Builder
Auto Trait Implementations§
impl Freeze for SessionKeysAbpV11Builder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.