pub struct TimelineEventAddedEventParamsBuilder { /* private fields */ }Expand description
Builder for TimelineEventAddedEventParams.
Implementations§
Source§impl TimelineEventAddedEventParamsBuilder
impl TimelineEventAddedEventParamsBuilder
pub fn event(&mut self, value: TimelineEvent) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TimelineEventAddedEventParams, TimelineEventAddedEventParamsBuilderError>
pub fn build( &self, ) -> Result<TimelineEventAddedEventParams, TimelineEventAddedEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for TimelineEventAddedEventParamsBuilder
impl Clone for TimelineEventAddedEventParamsBuilder
Source§fn clone(&self) -> TimelineEventAddedEventParamsBuilder
fn clone(&self) -> TimelineEventAddedEventParamsBuilder
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 TimelineEventAddedEventParamsBuilder
impl RefUnwindSafe for TimelineEventAddedEventParamsBuilder
impl Send for TimelineEventAddedEventParamsBuilder
impl Sync for TimelineEventAddedEventParamsBuilder
impl Unpin for TimelineEventAddedEventParamsBuilder
impl UnsafeUnpin for TimelineEventAddedEventParamsBuilder
impl UnwindSafe for TimelineEventAddedEventParamsBuilder
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