pub struct TypeAnnotation {
pub target_type: TargetType,
pub target_path: Vec<TypePathElement>,
pub annotation: Annotation,
}
Fields§
§target_type: TargetType
§target_path: Vec<TypePathElement>
§annotation: Annotation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeAnnotation
impl RefUnwindSafe for TypeAnnotation
impl Send for TypeAnnotation
impl Sync for TypeAnnotation
impl Unpin for TypeAnnotation
impl UnwindSafe for TypeAnnotation
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