Compare radio link properties.
This commit is contained in:
@@ -84,6 +84,7 @@ pub struct RegularLink<'s> {
|
||||
pub path: Cow<'s, str>,
|
||||
pub raw_link: Cow<'s, str>,
|
||||
pub search_option: Option<Cow<'s, str>>,
|
||||
pub children: Vec<Object<'s>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
@@ -95,6 +96,8 @@ pub struct RadioTarget<'s> {
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub struct RadioLink<'s> {
|
||||
pub source: &'s str,
|
||||
pub path: Cow<'s, str>,
|
||||
pub raw_link: Cow<'s, str>,
|
||||
pub children: Vec<Object<'s>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user