pub struct DynamicStoreNotificationEvent {
pub changed_keys: Vec<String>,
}Available on crate feature
async only.Fields§
§changed_keys: Vec<String>Trait Implementations§
Source§impl Clone for DynamicStoreNotificationEvent
impl Clone for DynamicStoreNotificationEvent
Source§fn clone(&self) -> DynamicStoreNotificationEvent
fn clone(&self) -> DynamicStoreNotificationEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DynamicStoreNotificationEvent
impl RefUnwindSafe for DynamicStoreNotificationEvent
impl Send for DynamicStoreNotificationEvent
impl Sync for DynamicStoreNotificationEvent
impl Unpin for DynamicStoreNotificationEvent
impl UnsafeUnpin for DynamicStoreNotificationEvent
impl UnwindSafe for DynamicStoreNotificationEvent
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