pub struct STOPSIGNAL {
pub value: String,
}Expand description
Fields§
§value: StringTrait Implementations§
Source§impl Clone for STOPSIGNAL
impl Clone for STOPSIGNAL
Source§fn clone(&self) -> STOPSIGNAL
fn clone(&self) -> STOPSIGNAL
Returns a duplicate 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 From<STOPSIGNAL> for Instruction
impl From<STOPSIGNAL> for Instruction
Source§fn from(instruction: STOPSIGNAL) -> Self
fn from(instruction: STOPSIGNAL) -> Self
Converts to this type from the input type.
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 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