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