pub struct EventTextConfigurationBuilder { /* private fields */ }Expand description
Builder for EventTextConfiguration.
Implementations§
Source§impl EventTextConfigurationBuilder
impl EventTextConfigurationBuilder
Sourcepub fn compare_with(&mut self, value: CompareMethod) -> &mut Self
pub fn compare_with(&mut self, value: CompareMethod) -> &mut Self
What options the $compare token in the format for a text field should give.
Sourcepub fn build(
&self,
) -> Result<EventTextConfiguration, EventTextConfigurationBuilderError>
pub fn build( &self, ) -> Result<EventTextConfiguration, EventTextConfigurationBuilderError>
Trait Implementations§
Source§impl Clone for EventTextConfigurationBuilder
impl Clone for EventTextConfigurationBuilder
Source§fn clone(&self) -> EventTextConfigurationBuilder
fn clone(&self) -> EventTextConfigurationBuilder
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 moreAuto Trait Implementations§
impl Freeze for EventTextConfigurationBuilder
impl RefUnwindSafe for EventTextConfigurationBuilder
impl Send for EventTextConfigurationBuilder
impl Sync for EventTextConfigurationBuilder
impl Unpin for EventTextConfigurationBuilder
impl UnwindSafe for EventTextConfigurationBuilder
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