pub struct SignalChildCommand { /* private fields */ }Implementations§
Source§impl SignalChildCommand
impl SignalChildCommand
Sourcepub fn builder() -> SignalChildCommandBuilder
pub fn builder() -> SignalChildCommandBuilder
Create an instance of SignalChildCommand using the builder syntax
Source§impl SignalChildCommand
impl SignalChildCommand
pub fn to_message(self) -> Result<KittyMessage, CommandError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignalChildCommand
impl RefUnwindSafe for SignalChildCommand
impl Send for SignalChildCommand
impl Sync for SignalChildCommand
impl Unpin for SignalChildCommand
impl UnwindSafe for SignalChildCommand
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