pub struct ClearEventsParamsBuilder { /* private fields */ }Implementations§
Source§impl ClearEventsParamsBuilder
impl ClearEventsParamsBuilder
pub fn build(self) -> ClearEventsParams
Auto Trait Implementations§
impl Freeze for ClearEventsParamsBuilder
impl RefUnwindSafe for ClearEventsParamsBuilder
impl Send for ClearEventsParamsBuilder
impl Sync for ClearEventsParamsBuilder
impl Unpin for ClearEventsParamsBuilder
impl UnsafeUnpin for ClearEventsParamsBuilder
impl UnwindSafe for ClearEventsParamsBuilder
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