pub struct PanicRequest(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for PanicRequest
impl Clone for PanicRequest
Source§fn clone(&self) -> PanicRequest
fn clone(&self) -> PanicRequest
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 PanicRequest
impl Debug for PanicRequest
Source§impl From<PanicRequest> for ThreadRequestResponse<Randoms>
impl From<PanicRequest> for ThreadRequestResponse<Randoms>
Source§fn from(request: PanicRequest) -> Self
fn from(request: PanicRequest) -> Self
Converts to this type from the input type.
Source§impl IdTargeted for PanicRequest
impl IdTargeted for PanicRequest
Source§impl PartialEq for PanicRequest
impl PartialEq for PanicRequest
Source§impl RequestWithResponse<Randoms> for PanicRequest
impl RequestWithResponse<Randoms> for PanicRequest
type Response = PanicResponse
impl Eq for PanicRequest
impl StructuralPartialEq for PanicRequest
Auto Trait Implementations§
impl Freeze for PanicRequest
impl RefUnwindSafe for PanicRequest
impl Send for PanicRequest
impl Sync for PanicRequest
impl Unpin for PanicRequest
impl UnwindSafe for PanicRequest
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