pub struct URLNode {
pub loc: Loc,
pub value: String,
}Fields§
§loc: LocLocation information in the source file
value: StringThe value of the URLNode
Trait Implementations§
impl StructuralPartialEq for URLNode
Auto Trait Implementations§
impl Freeze for URLNode
impl RefUnwindSafe for URLNode
impl Send for URLNode
impl Sync for URLNode
impl Unpin for URLNode
impl UnwindSafe for URLNode
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