pub enum ParsedRef {
Root,
Defs(String),
Definitions(String),
}Variants§
Trait Implementations§
impl Eq for ParsedRef
impl StructuralPartialEq for ParsedRef
Auto Trait Implementations§
impl Freeze for ParsedRef
impl RefUnwindSafe for ParsedRef
impl Send for ParsedRef
impl Sync for ParsedRef
impl Unpin for ParsedRef
impl UnsafeUnpin for ParsedRef
impl UnwindSafe for ParsedRef
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