pub struct EventMarkingsStress {}Trait Implementations§
Source§impl Clone for EventMarkingsStress
impl Clone for EventMarkingsStress
Source§fn clone(&self) -> EventMarkingsStress
fn clone(&self) -> EventMarkingsStress
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 EventMarkingsStress
impl Debug for EventMarkingsStress
Source§impl Default for EventMarkingsStress
impl Default for EventMarkingsStress
Source§impl From<EventMarkingsStress> for EventMarkingsStress
impl From<EventMarkingsStress> for EventMarkingsStress
Source§fn from(_value: EventMarkingsStress) -> Self
fn from(_value: EventMarkingsStress) -> Self
Converts to this type from the input type.
Source§impl TryFrom<EventMarkingsStress> for EventMarkingsStress
impl TryFrom<EventMarkingsStress> for EventMarkingsStress
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(_value: EventMarkingsStress) -> Result<Self, ConversionError>
fn try_from(_value: EventMarkingsStress) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EventMarkingsStress
impl RefUnwindSafe for EventMarkingsStress
impl Send for EventMarkingsStress
impl Sync for EventMarkingsStress
impl Unpin for EventMarkingsStress
impl UnwindSafe for EventMarkingsStress
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