pub struct EventMarkingsStaccato {}Expand description
EventMarkingsStaccato
JSON schema
{
"type": "object",
"additionalProperties": false
}Implementations§
Source§impl EventMarkingsStaccato
impl EventMarkingsStaccato
pub fn builder() -> EventMarkingsStaccato
Trait Implementations§
Source§impl Clone for EventMarkingsStaccato
impl Clone for EventMarkingsStaccato
Source§fn clone(&self) -> EventMarkingsStaccato
fn clone(&self) -> EventMarkingsStaccato
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 EventMarkingsStaccato
impl Debug for EventMarkingsStaccato
Source§impl Default for EventMarkingsStaccato
impl Default for EventMarkingsStaccato
Source§impl<'de> Deserialize<'de> for EventMarkingsStaccato
impl<'de> Deserialize<'de> for EventMarkingsStaccato
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&EventMarkingsStaccato> for EventMarkingsStaccato
impl From<&EventMarkingsStaccato> for EventMarkingsStaccato
Source§fn from(value: &EventMarkingsStaccato) -> Self
fn from(value: &EventMarkingsStaccato) -> Self
Converts to this type from the input type.
Source§impl From<EventMarkingsStaccato> for EventMarkingsStaccato
impl From<EventMarkingsStaccato> for EventMarkingsStaccato
Source§fn from(_value: EventMarkingsStaccato) -> Self
fn from(_value: EventMarkingsStaccato) -> Self
Converts to this type from the input type.
Source§impl Serialize for EventMarkingsStaccato
impl Serialize for EventMarkingsStaccato
Source§impl TryFrom<EventMarkingsStaccato> for EventMarkingsStaccato
impl TryFrom<EventMarkingsStaccato> for EventMarkingsStaccato
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(_value: EventMarkingsStaccato) -> Result<Self, ConversionError>
fn try_from(_value: EventMarkingsStaccato) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for EventMarkingsStaccato
impl RefUnwindSafe for EventMarkingsStaccato
impl Send for EventMarkingsStaccato
impl Sync for EventMarkingsStaccato
impl Unpin for EventMarkingsStaccato
impl UnwindSafe for EventMarkingsStaccato
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