pub struct ReadLeHostSupportBuilder {}Implementations§
Source§impl ReadLeHostSupportBuilder
impl ReadLeHostSupportBuilder
pub fn build(self) -> ReadLeHostSupport
Trait Implementations§
Source§impl Debug for ReadLeHostSupportBuilder
impl Debug for ReadLeHostSupportBuilder
Source§impl From<ReadLeHostSupportBuilder> for Command
impl From<ReadLeHostSupportBuilder> for Command
Source§fn from(builder: ReadLeHostSupportBuilder) -> Command
fn from(builder: ReadLeHostSupportBuilder) -> Command
Converts to this type from the input type.
Source§impl From<ReadLeHostSupportBuilder> for ReadLeHostSupport
impl From<ReadLeHostSupportBuilder> for ReadLeHostSupport
Source§fn from(builder: ReadLeHostSupportBuilder) -> ReadLeHostSupport
fn from(builder: ReadLeHostSupportBuilder) -> ReadLeHostSupport
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadLeHostSupportBuilder
impl RefUnwindSafe for ReadLeHostSupportBuilder
impl Send for ReadLeHostSupportBuilder
impl Sync for ReadLeHostSupportBuilder
impl Unpin for ReadLeHostSupportBuilder
impl UnwindSafe for ReadLeHostSupportBuilder
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