Enum org_rust_parser::object::PathReg
source · pub enum PathReg<'a> {
PlainLink(PlainLink<'a>),
Id(&'a str),
CustomId(&'a str),
Coderef(&'a str),
Unspecified(&'a str),
}Variants§
Trait Implementations§
impl<'a> Copy for PathReg<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PathReg<'a>
impl<'a> Send for PathReg<'a>
impl<'a> Sync for PathReg<'a>
impl<'a> Unpin for PathReg<'a>
impl<'a> UnwindSafe for PathReg<'a>
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