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