pub struct LocalRuntimeEventSnapshot { /* private fields */ }Implementations§
Source§impl LocalRuntimeEventSnapshot
impl LocalRuntimeEventSnapshot
Trait Implementations§
Source§impl Clone for LocalRuntimeEventSnapshot
impl Clone for LocalRuntimeEventSnapshot
Source§fn clone(&self) -> LocalRuntimeEventSnapshot
fn clone(&self) -> LocalRuntimeEventSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocalRuntimeEventSnapshot
impl Debug for LocalRuntimeEventSnapshot
Source§impl Default for LocalRuntimeEventSnapshot
impl Default for LocalRuntimeEventSnapshot
Source§impl From<LocalRuntimeEventSnapshot> for LocalRuntimeEventSnapshot
impl From<LocalRuntimeEventSnapshot> for LocalRuntimeEventSnapshot
Source§fn from(value: LocalRuntimeEventSnapshot) -> Self
fn from(value: LocalRuntimeEventSnapshot) -> Self
Converts to this type from the input type.
Source§impl TryFrom<LocalRuntimeEventSnapshot> for LocalRuntimeEventSnapshot
impl TryFrom<LocalRuntimeEventSnapshot> for LocalRuntimeEventSnapshot
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: LocalRuntimeEventSnapshot) -> Result<Self, ConversionError>
fn try_from(value: LocalRuntimeEventSnapshot) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for LocalRuntimeEventSnapshot
impl RefUnwindSafe for LocalRuntimeEventSnapshot
impl Send for LocalRuntimeEventSnapshot
impl Sync for LocalRuntimeEventSnapshot
impl Unpin for LocalRuntimeEventSnapshot
impl UnsafeUnpin for LocalRuntimeEventSnapshot
impl UnwindSafe for LocalRuntimeEventSnapshot
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