pub struct TypePathEntry {
pub type_path_kind: u8,
pub type_argument_index: u8,
}Expand description
A step in the type_path of a type annotation.
Fields§
§type_path_kind: u8§type_argument_index: u8Trait Implementations§
Source§impl Clone for TypePathEntry
impl Clone for TypePathEntry
Source§fn clone(&self) -> TypePathEntry
fn clone(&self) -> TypePathEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypePathEntry
impl RefUnwindSafe for TypePathEntry
impl Send for TypePathEntry
impl Sync for TypePathEntry
impl Unpin for TypePathEntry
impl UnsafeUnpin for TypePathEntry
impl UnwindSafe for TypePathEntry
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