pub struct CompileTimePropertyDefinition {
pub scoped_resolvable_types: HashSet<String>,
pub field_name: String,
pub original_type: String,
}
Fields
scoped_resolvable_types: HashSet<String>
field_name: String
original_type: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompileTimePropertyDefinition
impl Send for CompileTimePropertyDefinition
impl Sync for CompileTimePropertyDefinition
impl Unpin for CompileTimePropertyDefinition
impl UnwindSafe for CompileTimePropertyDefinition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more