pub struct LoggingResourceUpdateHandler;
Expand description
Default resource update handler that logs changes
Trait Implementations§
Source§impl Debug for LoggingResourceUpdateHandler
impl Debug for LoggingResourceUpdateHandler
Source§impl ResourceUpdateHandler for LoggingResourceUpdateHandler
impl ResourceUpdateHandler for LoggingResourceUpdateHandler
Source§fn handle_resource_update<'life0, 'async_trait>(
&'life0 self,
notification: ResourceUpdateNotification,
) -> Pin<Box<dyn Future<Output = HandlerResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn handle_resource_update<'life0, 'async_trait>(
&'life0 self,
notification: ResourceUpdateNotification,
) -> Pin<Box<dyn Future<Output = HandlerResult<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Handle a resource update notification Read more
Auto Trait Implementations§
impl Freeze for LoggingResourceUpdateHandler
impl RefUnwindSafe for LoggingResourceUpdateHandler
impl Send for LoggingResourceUpdateHandler
impl Sync for LoggingResourceUpdateHandler
impl Unpin for LoggingResourceUpdateHandler
impl UnwindSafe for LoggingResourceUpdateHandler
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