Struct aws_sdk_iotwireless::types::builders::GsmNmrObjBuilder
source · #[non_exhaustive]pub struct GsmNmrObjBuilder { /* private fields */ }Expand description
A builder for GsmNmrObj.
Implementations§
source§impl GsmNmrObjBuilder
impl GsmNmrObjBuilder
sourcepub fn bsic(self, input: i32) -> Self
pub fn bsic(self, input: i32) -> Self
GSM base station identity code (BSIC).
This field is required.sourcepub fn rx_level(self, input: i32) -> Self
pub fn rx_level(self, input: i32) -> Self
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
sourcepub fn set_rx_level(self, input: Option<i32>) -> Self
pub fn set_rx_level(self, input: Option<i32>) -> Self
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
sourcepub fn get_rx_level(&self) -> &Option<i32>
pub fn get_rx_level(&self) -> &Option<i32>
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
sourcepub fn global_identity(self, input: GlobalIdentity) -> Self
pub fn global_identity(self, input: GlobalIdentity) -> Self
Global identity information of the GSM object.
sourcepub fn set_global_identity(self, input: Option<GlobalIdentity>) -> Self
pub fn set_global_identity(self, input: Option<GlobalIdentity>) -> Self
Global identity information of the GSM object.
sourcepub fn get_global_identity(&self) -> &Option<GlobalIdentity>
pub fn get_global_identity(&self) -> &Option<GlobalIdentity>
Global identity information of the GSM object.
Trait Implementations§
source§impl Clone for GsmNmrObjBuilder
impl Clone for GsmNmrObjBuilder
source§fn clone(&self) -> GsmNmrObjBuilder
fn clone(&self) -> GsmNmrObjBuilder
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 GsmNmrObjBuilder
impl Debug for GsmNmrObjBuilder
source§impl Default for GsmNmrObjBuilder
impl Default for GsmNmrObjBuilder
source§fn default() -> GsmNmrObjBuilder
fn default() -> GsmNmrObjBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GsmNmrObjBuilder
impl PartialEq for GsmNmrObjBuilder
source§fn eq(&self, other: &GsmNmrObjBuilder) -> bool
fn eq(&self, other: &GsmNmrObjBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GsmNmrObjBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GsmNmrObjBuilder
impl Send for GsmNmrObjBuilder
impl Sync for GsmNmrObjBuilder
impl Unpin for GsmNmrObjBuilder
impl UnwindSafe for GsmNmrObjBuilder
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.