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