Struct librojo::web_api::InstanceUpdate [−][src]
pub struct InstanceUpdate {
pub id: Ref,
pub changed_name: Option<String>,
pub changed_class_name: Option<String>,
pub changed_properties: HashMap<String, Option<Variant>>,
pub changed_metadata: Option<InstanceMetadata>,
}Fields
id: Refchanged_name: Option<String>changed_class_name: Option<String>changed_properties: HashMap<String, Option<Variant>>changed_metadata: Option<InstanceMetadata>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstanceUpdate
impl Send for InstanceUpdate
impl Sync for InstanceUpdate
impl Unpin for InstanceUpdate
impl UnwindSafe for InstanceUpdate
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
