pub struct LeConnectionIqReportBuilder {
pub payload: Option<Bytes>,
}Fields§
§payload: Option<Bytes>Implementations§
Source§impl LeConnectionIqReportBuilder
impl LeConnectionIqReportBuilder
pub fn build(self) -> LeConnectionIqReport
Trait Implementations§
Source§impl Debug for LeConnectionIqReportBuilder
impl Debug for LeConnectionIqReportBuilder
Source§impl From<LeConnectionIqReportBuilder> for Event
impl From<LeConnectionIqReportBuilder> for Event
Source§fn from(builder: LeConnectionIqReportBuilder) -> Event
fn from(builder: LeConnectionIqReportBuilder) -> Event
Converts to this type from the input type.
Source§impl From<LeConnectionIqReportBuilder> for LeConnectionIqReport
impl From<LeConnectionIqReportBuilder> for LeConnectionIqReport
Source§fn from(builder: LeConnectionIqReportBuilder) -> LeConnectionIqReport
fn from(builder: LeConnectionIqReportBuilder) -> LeConnectionIqReport
Converts to this type from the input type.
Source§impl From<LeConnectionIqReportBuilder> for LeMetaEvent
impl From<LeConnectionIqReportBuilder> for LeMetaEvent
Source§fn from(builder: LeConnectionIqReportBuilder) -> LeMetaEvent
fn from(builder: LeConnectionIqReportBuilder) -> LeMetaEvent
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for LeConnectionIqReportBuilder
impl RefUnwindSafe for LeConnectionIqReportBuilder
impl Send for LeConnectionIqReportBuilder
impl Sync for LeConnectionIqReportBuilder
impl Unpin for LeConnectionIqReportBuilder
impl UnwindSafe for LeConnectionIqReportBuilder
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