pub struct AnnotPageRef {
pub page_id: StRefId,
pub file_loc: StLoc,
}Expand description
某一页的注释文件引用(见表 49)。
Fields§
§page_id: StRefId关联的页对象标识(必选)。
file_loc: StLoc指向该页的页注释文件(必选)。
Trait Implementations§
Source§impl Clone for AnnotPageRef
impl Clone for AnnotPageRef
Source§fn clone(&self) -> AnnotPageRef
fn clone(&self) -> AnnotPageRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnnotPageRef
impl Debug for AnnotPageRef
Source§impl Default for AnnotPageRef
impl Default for AnnotPageRef
Source§fn default() -> AnnotPageRef
fn default() -> AnnotPageRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnnotPageRef
impl<'de> Deserialize<'de> for AnnotPageRef
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 AnnotPageRef
impl RefUnwindSafe for AnnotPageRef
impl Send for AnnotPageRef
impl Sync for AnnotPageRef
impl Unpin for AnnotPageRef
impl UnsafeUnpin for AnnotPageRef
impl UnwindSafe for AnnotPageRef
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