pub struct Target {
pub refuri: Option<Url>,
pub refid: Option<ID>,
pub refname: Vec<NameToken>,
pub anonymous: bool,
}
Fields§
§refuri: Option<Url>
External reference to a URI/URL
refid: Option<ID>
References to ids attributes in other elements
refname: Vec<NameToken>
Internal reference to the names attribute of another element. May resolve to either an internal or external reference.
anonymous: bool
Trait Implementations§
Source§impl ExtraAttributes<Target> for Target
impl ExtraAttributes<Target> for Target
impl StructuralPartialEq for Target
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnwindSafe for Target
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