pub struct TypeTreeParseOutput {
pub properties: IndexMap<String, UnityValue>,
pub warnings: Vec<TypeTreeParseWarning>,
}Fields§
§properties: IndexMap<String, UnityValue>§warnings: Vec<TypeTreeParseWarning>Trait Implementations§
Source§impl Debug for TypeTreeParseOutput
impl Debug for TypeTreeParseOutput
Source§impl Default for TypeTreeParseOutput
impl Default for TypeTreeParseOutput
Source§fn default() -> TypeTreeParseOutput
fn default() -> TypeTreeParseOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeTreeParseOutput
impl RefUnwindSafe for TypeTreeParseOutput
impl Send for TypeTreeParseOutput
impl Sync for TypeTreeParseOutput
impl Unpin for TypeTreeParseOutput
impl UnwindSafe for TypeTreeParseOutput
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