pub struct AnySavingHandler<T> { /* private fields */ }Expand description
Handler that saves messages it receives (for Any-based routing).
Implementations§
Source§impl<T: Clone + 'static> AnySavingHandler<T>
impl<T: Clone + 'static> AnySavingHandler<T>
Trait Implementations§
Source§impl<T: Clone> Clone for AnySavingHandler<T>
impl<T: Clone> Clone for AnySavingHandler<T>
Source§impl<T: Debug> Debug for AnySavingHandler<T>
impl<T: Debug> Debug for AnySavingHandler<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for AnySavingHandler<T>
impl<T> !Send for AnySavingHandler<T>
impl<T> !Sync for AnySavingHandler<T>
impl<T> !UnwindSafe for AnySavingHandler<T>
impl<T> Freeze for AnySavingHandler<T>
impl<T> Unpin for AnySavingHandler<T>
impl<T> UnsafeUnpin for AnySavingHandler<T>
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