Struct aws_sdk_iotwireless::types::builders::LteNmrObjBuilder
source · #[non_exhaustive]pub struct LteNmrObjBuilder { /* private fields */ }Expand description
A builder for LteNmrObj.
Implementations§
source§impl LteNmrObjBuilder
impl LteNmrObjBuilder
sourcepub fn earfcn(self, input: i32) -> Self
pub fn earfcn(self, input: i32) -> Self
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
This field is required.sourcepub fn set_earfcn(self, input: Option<i32>) -> Self
pub fn set_earfcn(self, input: Option<i32>) -> Self
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
sourcepub fn get_earfcn(&self) -> &Option<i32>
pub fn get_earfcn(&self) -> &Option<i32>
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
sourcepub fn eutran_cid(self, input: i32) -> Self
pub fn eutran_cid(self, input: i32) -> Self
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
This field is required.sourcepub fn set_eutran_cid(self, input: Option<i32>) -> Self
pub fn set_eutran_cid(self, input: Option<i32>) -> Self
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
sourcepub fn get_eutran_cid(&self) -> &Option<i32>
pub fn get_eutran_cid(&self) -> &Option<i32>
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
sourcepub fn rsrp(self, input: i32) -> Self
pub fn rsrp(self, input: i32) -> Self
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn set_rsrp(self, input: Option<i32>) -> Self
pub fn set_rsrp(self, input: Option<i32>) -> Self
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn get_rsrp(&self) -> &Option<i32>
pub fn get_rsrp(&self) -> &Option<i32>
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn rsrq(self, input: f32) -> Self
pub fn rsrq(self, input: f32) -> Self
Signal quality of the reference Signal received, measured in decibels (dB).
sourcepub fn set_rsrq(self, input: Option<f32>) -> Self
pub fn set_rsrq(self, input: Option<f32>) -> Self
Signal quality of the reference Signal received, measured in decibels (dB).
sourcepub fn get_rsrq(&self) -> &Option<f32>
pub fn get_rsrq(&self) -> &Option<f32>
Signal quality of the reference Signal received, measured in decibels (dB).
Trait Implementations§
source§impl Clone for LteNmrObjBuilder
impl Clone for LteNmrObjBuilder
source§fn clone(&self) -> LteNmrObjBuilder
fn clone(&self) -> LteNmrObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LteNmrObjBuilder
impl Debug for LteNmrObjBuilder
source§impl Default for LteNmrObjBuilder
impl Default for LteNmrObjBuilder
source§fn default() -> LteNmrObjBuilder
fn default() -> LteNmrObjBuilder
source§impl PartialEq for LteNmrObjBuilder
impl PartialEq for LteNmrObjBuilder
impl StructuralPartialEq for LteNmrObjBuilder
Auto Trait Implementations§
impl Freeze for LteNmrObjBuilder
impl RefUnwindSafe for LteNmrObjBuilder
impl Send for LteNmrObjBuilder
impl Sync for LteNmrObjBuilder
impl Unpin for LteNmrObjBuilder
impl UnwindSafe for LteNmrObjBuilder
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
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)
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>
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>
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 more