pub struct PageAnnot {
pub annots: Vec<Annot>,
}Expand description
页注释文件根节点(见表 50)。
Fields§
§annots: Vec<Annot>该页上的注释列表。
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageAnnot
impl<'de> Deserialize<'de> for PageAnnot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PageAnnot
impl RefUnwindSafe for PageAnnot
impl Send for PageAnnot
impl Sync for PageAnnot
impl Unpin for PageAnnot
impl UnsafeUnpin for PageAnnot
impl UnwindSafe for PageAnnot
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