pub struct LeBatchScanEnableBuilder {
pub enable: Enable,
}Fields§
§enable: EnableImplementations§
Source§impl LeBatchScanEnableBuilder
impl LeBatchScanEnableBuilder
pub fn build(self) -> LeBatchScanEnable
Trait Implementations§
Source§impl Debug for LeBatchScanEnableBuilder
impl Debug for LeBatchScanEnableBuilder
Source§impl From<LeBatchScanEnableBuilder> for Command
impl From<LeBatchScanEnableBuilder> for Command
Source§fn from(builder: LeBatchScanEnableBuilder) -> Command
fn from(builder: LeBatchScanEnableBuilder) -> Command
Converts to this type from the input type.
Source§impl From<LeBatchScanEnableBuilder> for LeBatchScan
impl From<LeBatchScanEnableBuilder> for LeBatchScan
Source§fn from(builder: LeBatchScanEnableBuilder) -> LeBatchScan
fn from(builder: LeBatchScanEnableBuilder) -> LeBatchScan
Converts to this type from the input type.
Source§impl From<LeBatchScanEnableBuilder> for LeBatchScanEnable
impl From<LeBatchScanEnableBuilder> for LeBatchScanEnable
Source§fn from(builder: LeBatchScanEnableBuilder) -> LeBatchScanEnable
fn from(builder: LeBatchScanEnableBuilder) -> LeBatchScanEnable
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LeBatchScanEnableBuilder
impl RefUnwindSafe for LeBatchScanEnableBuilder
impl Send for LeBatchScanEnableBuilder
impl Sync for LeBatchScanEnableBuilder
impl Unpin for LeBatchScanEnableBuilder
impl UnwindSafe for LeBatchScanEnableBuilder
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> 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 more