Struct marker_api::ast::AstPathSegment
source · #[repr(C)]pub struct AstPathSegment<'ast> { /* private fields */ }
Implementations§
source§impl<'ast> AstPathSegment<'ast>
impl<'ast> AstPathSegment<'ast>
Trait Implementations§
Auto Trait Implementations§
impl<'ast> RefUnwindSafe for AstPathSegment<'ast>
impl<'ast> !Send for AstPathSegment<'ast>
impl<'ast> !Sync for AstPathSegment<'ast>
impl<'ast> Unpin for AstPathSegment<'ast>
impl<'ast> UnwindSafe for AstPathSegment<'ast>
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