pub struct EventTextConfiguration { /* private fields */ }Implementations§
Source§impl EventTextConfiguration
impl EventTextConfiguration
pub fn builder() -> EventTextConfigurationBuilder
Trait Implementations§
Source§impl Clone for EventTextConfiguration
impl Clone for EventTextConfiguration
Source§fn clone(&self) -> EventTextConfiguration
fn clone(&self) -> EventTextConfiguration
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 EventTextConfiguration
impl Debug for EventTextConfiguration
Source§impl<'de> Deserialize<'de> for EventTextConfiguration
impl<'de> Deserialize<'de> for EventTextConfiguration
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
Auto Trait Implementations§
impl Freeze for EventTextConfiguration
impl RefUnwindSafe for EventTextConfiguration
impl Send for EventTextConfiguration
impl Sync for EventTextConfiguration
impl Unpin for EventTextConfiguration
impl UnwindSafe for EventTextConfiguration
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