pub struct PathNamespace<'r> { /* private fields */ }
Implementations§
Source§impl PathNamespace<'_>
impl PathNamespace<'_>
pub fn get_ident(&mut self) -> Ident
pub fn push_element(&mut self, el: TokenStream)
pub fn codegen(self) -> Option<TokenStream>
Auto Trait Implementations§
impl<'r> Freeze for PathNamespace<'r>
impl<'r> RefUnwindSafe for PathNamespace<'r>
impl<'r> !Send for PathNamespace<'r>
impl<'r> !Sync for PathNamespace<'r>
impl<'r> Unpin for PathNamespace<'r>
impl<'r> UnwindSafe for PathNamespace<'r>
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