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