pub struct cite {
pub attributes: <cite as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>), Global>,
}
Available on crate feature
typed
only.Fields§
§attributes: <cite as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl TypedElement for cite
impl TypedElement for cite
§type Attributes = CiteAttributes
type Attributes = CiteAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <cite as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>), Global>
) -> cite
fn from_attributes( attributes: <cite as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>), Global> ) -> cite
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for cite
impl Send for cite
impl Sync for cite
impl Unpin for cite
impl UnwindSafe for cite
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