pub struct RuntimeInterrupt {
pub kind: String,
pub message: String,
}
Fields§
§kind: String
§message: String
Trait Implementations§
Source§impl Clone for RuntimeInterrupt
impl Clone for RuntimeInterrupt
Source§fn clone(&self) -> RuntimeInterrupt
fn clone(&self) -> RuntimeInterrupt
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 RuntimeInterrupt
impl Debug for RuntimeInterrupt
Source§impl<'de> Deserialize<'de> for RuntimeInterrupt
impl<'de> Deserialize<'de> for RuntimeInterrupt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RuntimeInterrupt
impl RefUnwindSafe for RuntimeInterrupt
impl Send for RuntimeInterrupt
impl Sync for RuntimeInterrupt
impl Unpin for RuntimeInterrupt
impl UnwindSafe for RuntimeInterrupt
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