pub struct Bookmarks {
pub bookmarks: Vec<Bookmark>,
}Expand description
对应 Java: org.ofdrw.core.pageDescription.Bookmarks
书签集合,包含文档中所有书签定义。
Fields§
§bookmarks: Vec<Bookmark>书签列表。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bookmarks
impl RefUnwindSafe for Bookmarks
impl Send for Bookmarks
impl Sync for Bookmarks
impl Unpin for Bookmarks
impl UnsafeUnpin for Bookmarks
impl UnwindSafe for Bookmarks
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