pub struct ExportedObjectInstancePropertyFact {
pub export_name: String,
pub property_path: String,
pub class_local_name: String,
}Expand description
A property of an exported object whose value is an instance of a local class.
Fields§
§export_name: StringPublic export name of the containing object.
property_path: StringDotted path from the exported object to the instance property.
class_local_name: StringLocal class symbol instantiated at that property.
Trait Implementations§
impl<'__de> Decode<'__de> for ExportedObjectInstancePropertyFactwhere
'__de:,
impl Encode for ExportedObjectInstancePropertyFact
impl Eq for ExportedObjectInstancePropertyFact
impl StructuralPartialEq for ExportedObjectInstancePropertyFact
Auto Trait Implementations§
impl Freeze for ExportedObjectInstancePropertyFact
impl RefUnwindSafe for ExportedObjectInstancePropertyFact
impl Send for ExportedObjectInstancePropertyFact
impl Sync for ExportedObjectInstancePropertyFact
impl Unpin for ExportedObjectInstancePropertyFact
impl UnsafeUnpin for ExportedObjectInstancePropertyFact
impl UnwindSafe for ExportedObjectInstancePropertyFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.