pub struct GlobalSyncedMetaChange {
pub key: String,
pub new_value: ConstMValue,
pub old_value: ConstMValue,
}Fields§
§key: String§new_value: ConstMValue§old_value: ConstMValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalSyncedMetaChange
impl RefUnwindSafe for GlobalSyncedMetaChange
impl !Send for GlobalSyncedMetaChange
impl !Sync for GlobalSyncedMetaChange
impl Unpin for GlobalSyncedMetaChange
impl UnsafeUnpin for GlobalSyncedMetaChange
impl UnwindSafe for GlobalSyncedMetaChange
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