pub struct ObjectInstance {
pub class_name: String,
pub properties: HashMap<String, Value>,
}Fields§
§class_name: String§properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for ObjectInstance
impl Clone for ObjectInstance
Source§fn clone(&self) -> ObjectInstance
fn clone(&self) -> ObjectInstance
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ObjectInstance
impl Debug for ObjectInstance
Source§impl PartialEq for ObjectInstance
impl PartialEq for ObjectInstance
impl StructuralPartialEq for ObjectInstance
Auto Trait Implementations§
impl Freeze for ObjectInstance
impl RefUnwindSafe for ObjectInstance
impl Send for ObjectInstance
impl Sync for ObjectInstance
impl Unpin for ObjectInstance
impl UnwindSafe for ObjectInstance
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