pub struct ManagedRuntimeEventSnapshot { /* private fields */ }Implementations§
Source§impl ManagedRuntimeEventSnapshot
impl ManagedRuntimeEventSnapshot
pub fn count<T>(self, value: T) -> Self
pub fn details<T>(self, value: T) -> Self
pub fn event_id<T>(self, value: T) -> Self
pub fn event_time<T>(self, value: T) -> Self
pub fn first_timestamp<T>(self, value: T) -> Self
pub fn involved_object<T>(self, value: T) -> Self
pub fn last_timestamp<T>(self, value: T) -> Self
pub fn message<T>(self, value: T) -> Self
pub fn raw<T>(self, value: T) -> Self
pub fn reason<T>(self, value: T) -> Self
pub fn source<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ManagedRuntimeEventSnapshot
impl Clone for ManagedRuntimeEventSnapshot
Source§fn clone(&self) -> ManagedRuntimeEventSnapshot
fn clone(&self) -> ManagedRuntimeEventSnapshot
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 ManagedRuntimeEventSnapshot
impl Debug for ManagedRuntimeEventSnapshot
Source§impl From<ManagedRuntimeEventSnapshot> for ManagedRuntimeEventSnapshot
impl From<ManagedRuntimeEventSnapshot> for ManagedRuntimeEventSnapshot
Source§fn from(value: ManagedRuntimeEventSnapshot) -> Self
fn from(value: ManagedRuntimeEventSnapshot) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ManagedRuntimeEventSnapshot> for ManagedRuntimeEventSnapshot
impl TryFrom<ManagedRuntimeEventSnapshot> for ManagedRuntimeEventSnapshot
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ManagedRuntimeEventSnapshot) -> Result<Self, ConversionError>
fn try_from(value: ManagedRuntimeEventSnapshot) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ManagedRuntimeEventSnapshot
impl RefUnwindSafe for ManagedRuntimeEventSnapshot
impl Send for ManagedRuntimeEventSnapshot
impl Sync for ManagedRuntimeEventSnapshot
impl Unpin for ManagedRuntimeEventSnapshot
impl UnsafeUnpin for ManagedRuntimeEventSnapshot
impl UnwindSafe for ManagedRuntimeEventSnapshot
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