pub struct TypePathElement {
pub path_kind: TypePathKind,
pub argument_index: u8,
}
Fields§
§path_kind: TypePathKind
§argument_index: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypePathElement
impl RefUnwindSafe for TypePathElement
impl Send for TypePathElement
impl Sync for TypePathElement
impl Unpin for TypePathElement
impl UnwindSafe for TypePathElement
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