pub struct EventMarkingsSpiccato {}Expand description
EventMarkingsSpiccato
JSON schema
{
"type": "object",
"additionalProperties": false
}Implementations§
Source§impl EventMarkingsSpiccato
impl EventMarkingsSpiccato
pub fn builder() -> 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<'de> Deserialize<'de> for EventMarkingsSpiccato
impl<'de> Deserialize<'de> for EventMarkingsSpiccato
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<&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 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 Serialize for EventMarkingsSpiccato
impl Serialize for EventMarkingsSpiccato
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