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