pub struct TypePath {
pub type_path_kind: U1,
pub type_argument_index: U1,
}
Fields§
§type_path_kind: U1
§type_argument_index: U1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypePath
impl RefUnwindSafe for TypePath
impl Send for TypePath
impl Sync for TypePath
impl Unpin for TypePath
impl UnwindSafe for TypePath
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