pub struct InterruptInfo {
pub value: Value,
}Expand description
Information attached to an interrupt (e.g. for human-in-the-loop).
Fields§
§value: ValueTrait Implementations§
Source§impl Clone for InterruptInfo
impl Clone for InterruptInfo
Source§fn clone(&self) -> InterruptInfo
fn clone(&self) -> InterruptInfo
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 InterruptInfo
impl Debug for InterruptInfo
Source§impl<'de> Deserialize<'de> for InterruptInfo
impl<'de> Deserialize<'de> for InterruptInfo
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 InterruptInfo
impl RefUnwindSafe for InterruptInfo
impl Send for InterruptInfo
impl Sync for InterruptInfo
impl Unpin for InterruptInfo
impl UnsafeUnpin for InterruptInfo
impl UnwindSafe for InterruptInfo
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