pub struct ExternalPayload {
pub pid: u32,
pub carafe_path: String,
pub carafe_image: Vec<u8>,
pub ready_token: String,
}Fields§
§pid: u32§carafe_path: String§carafe_image: Vec<u8>§ready_token: StringAuto Trait Implementations§
impl Freeze for ExternalPayload
impl RefUnwindSafe for ExternalPayload
impl Send for ExternalPayload
impl Sync for ExternalPayload
impl Unpin for ExternalPayload
impl UnsafeUnpin for ExternalPayload
impl UnwindSafe for ExternalPayload
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