pub struct Bookmark {
pub attributes: BookmarkAttributes,
pub content: (),
}Expand description
The Bookmark element serves as a well-defined target for an incoming simple XLink.
Fields§
§attributes: BookmarkAttributesElement-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl ElementDeserializer for Bookmark
impl ElementDeserializer for Bookmark
fn deserialize(element: &XmlElement) -> Result<Bookmark, String>
Source§impl ElementSerializer for Bookmark
impl ElementSerializer for Bookmark
fn serialize(element: &Bookmark) -> XmlElement
impl Eq for Bookmark
impl StructuralPartialEq for Bookmark
Auto Trait Implementations§
impl Freeze for Bookmark
impl RefUnwindSafe for Bookmark
impl Send for Bookmark
impl Sync for Bookmark
impl Unpin for Bookmark
impl UnwindSafe for Bookmark
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