pub struct Exit2 {
pub from_pid: Pid,
pub to_pid: Pid,
pub reason: Term,
}Expand description
This signal is sent by a call to the erlang:exit/2 bif.
Fields§
§from_pid: Pid§to_pid: Pid§reason: TermTrait Implementations§
impl StructuralPartialEq for Exit2
Auto Trait Implementations§
impl Freeze for Exit2
impl RefUnwindSafe for Exit2
impl Send for Exit2
impl Sync for Exit2
impl Unpin for Exit2
impl UnsafeUnpin for Exit2
impl UnwindSafe for Exit2
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