[−][src]Struct document_tree::extra_attributes::TargetInline
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
impl Clone for TargetInline
[src]
fn clone(&self) -> TargetInline
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for TargetInline
[src]
impl Default for TargetInline
[src]
fn default() -> TargetInline
[src]
impl ExtraAttributes<TargetInline> for TargetInline
[src]
fn with_extra(extra: TargetInline) -> TargetInline
[src]
fn extra(&self) -> &TargetInline
[src]
fn extra_mut(&mut self) -> &mut TargetInline
[src]
impl PartialEq<TargetInline> for TargetInline
[src]
fn eq(&self, other: &TargetInline) -> bool
[src]
fn ne(&self, other: &TargetInline) -> bool
[src]
impl Serialize for TargetInline
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for TargetInline
[src]
Auto Trait Implementations
impl RefUnwindSafe for TargetInline
impl Send for TargetInline
impl Sync for TargetInline
impl Unpin for TargetInline
impl UnwindSafe for TargetInline
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,