pub struct InstanceUpdate {
pub properties: Value,
}
Fields§
§properties: Value
Trait Implementations§
Source§impl Debug for InstanceUpdate
impl Debug for InstanceUpdate
Auto Trait Implementations§
impl Freeze for InstanceUpdate
impl RefUnwindSafe for InstanceUpdate
impl Send for InstanceUpdate
impl Sync for InstanceUpdate
impl Unpin for InstanceUpdate
impl UnwindSafe for InstanceUpdate
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