pub struct EmapiPayload;Implementations§
Auto Trait Implementations§
impl Freeze for EmapiPayload
impl RefUnwindSafe for EmapiPayload
impl Send for EmapiPayload
impl Sync for EmapiPayload
impl Unpin for EmapiPayload
impl UnsafeUnpin for EmapiPayload
impl UnwindSafe for EmapiPayload
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