pub struct TypeParserResult {
pub types: Vec<ParsedType>,
pub variables: Vec<ParsedType>,
pub functions: Vec<ParsedType>,
}
Fields§
§types: Vec<ParsedType>
§variables: Vec<ParsedType>
§functions: Vec<ParsedType>
Trait Implementations§
source§impl Debug for TypeParserResult
impl Debug for TypeParserResult
source§impl Default for TypeParserResult
impl Default for TypeParserResult
source§fn default() -> TypeParserResult
fn default() -> TypeParserResult
Returns the “default value” for a type. Read more
source§impl PartialEq for TypeParserResult
impl PartialEq for TypeParserResult
impl Eq for TypeParserResult
impl StructuralPartialEq for TypeParserResult
Auto Trait Implementations§
impl Freeze for TypeParserResult
impl RefUnwindSafe for TypeParserResult
impl Send for TypeParserResult
impl Sync for TypeParserResult
impl Unpin for TypeParserResult
impl UnwindSafe for TypeParserResult
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