pub struct Bookmark {
pub name: String,
pub goto_target: Option<String>,
}Expand description
单个书签项(ofd:Bookmark / ofd:OutlineElem)。
对应 Java: ofdrw CT_OutlineNode。
Fields§
§name: String书签名称。
goto_target: Option<String>跳转目标页面(ofd:GoTo 属性或子元素),可选。
Implementations§
Trait Implementations§
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 UnsafeUnpin 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