pub struct RichRepliesPreprocessor { /* private fields */ }Implementations§
Source§impl RichRepliesPreprocessor
impl RichRepliesPreprocessor
pub fn new() -> Self
pub fn with_fetch_real_event(fetch: bool) -> Self
pub fn get_supported_event_types(&self) -> Vec<&'static str>
Trait Implementations§
Source§impl Default for RichRepliesPreprocessor
impl Default for RichRepliesPreprocessor
Source§fn default() -> RichRepliesPreprocessor
fn default() -> RichRepliesPreprocessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RichRepliesPreprocessor
impl RefUnwindSafe for RichRepliesPreprocessor
impl Send for RichRepliesPreprocessor
impl Sync for RichRepliesPreprocessor
impl Unpin for RichRepliesPreprocessor
impl UnsafeUnpin for RichRepliesPreprocessor
impl UnwindSafe for RichRepliesPreprocessor
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