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