pub struct RuntimeStartedPayload {
pub jit_enabled: bool,
pub accelerate_enabled: bool,
pub timestamp_ms: Option<u64>,
}Fields§
§jit_enabled: bool§accelerate_enabled: bool§timestamp_ms: Option<u64>Trait Implementations§
Source§impl Clone for RuntimeStartedPayload
impl Clone for RuntimeStartedPayload
Source§fn clone(&self) -> RuntimeStartedPayload
fn clone(&self) -> RuntimeStartedPayload
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 RuntimeStartedPayload
impl Debug for RuntimeStartedPayload
Auto Trait Implementations§
impl Freeze for RuntimeStartedPayload
impl RefUnwindSafe for RuntimeStartedPayload
impl Send for RuntimeStartedPayload
impl Sync for RuntimeStartedPayload
impl Unpin for RuntimeStartedPayload
impl UnsafeUnpin for RuntimeStartedPayload
impl UnwindSafe for RuntimeStartedPayload
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