pub struct TrapReq {
pub status_item: StatusItem,
}Expand description
TrapReq() (Table 38): module → host.
Fields§
§status_item: StatusItemStatusItem to monitor for changes.
Trait Implementations§
impl Copy for TrapReq
impl Eq for TrapReq
Source§impl Serialize for TrapReq
impl Serialize for TrapReq
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for TrapReq
Auto Trait Implementations§
impl Freeze for TrapReq
impl RefUnwindSafe for TrapReq
impl Send for TrapReq
impl Sync for TrapReq
impl Unpin for TrapReq
impl UnsafeUnpin for TrapReq
impl UnwindSafe for TrapReq
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