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