pub struct StopSignal {
pub signal: String,
}
Fields§
§signal: String
Trait Implementations§
Source§impl Clone for StopSignal
impl Clone for StopSignal
Source§fn clone(&self) -> StopSignal
fn clone(&self) -> StopSignal
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StopSignal
impl Debug for StopSignal
Source§impl Display for StopSignal
impl Display for StopSignal
Source§impl<T> From<T> for StopSignal
impl<T> From<T> for StopSignal
Source§impl PartialEq for StopSignal
impl PartialEq for StopSignal
impl Eq for StopSignal
impl Instruction for StopSignal
impl StructuralPartialEq for StopSignal
Auto Trait Implementations§
impl Freeze for StopSignal
impl RefUnwindSafe for StopSignal
impl Send for StopSignal
impl Sync for StopSignal
impl Unpin for StopSignal
impl UnwindSafe for StopSignal
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