pub struct PageAnnotation {
pub kind: String,
pub value: Option<String>,
}Expand description
Structured page annotation.
Fields§
§kind: StringStable annotation kind/tag.
value: Option<String>Optional annotation payload.
Trait Implementations§
Source§impl Clone for PageAnnotation
impl Clone for PageAnnotation
Source§fn clone(&self) -> PageAnnotation
fn clone(&self) -> PageAnnotation
Returns a duplicate of the value. Read more
1.0.0 · 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 PageAnnotation
impl Debug for PageAnnotation
Source§impl PartialEq for PageAnnotation
impl PartialEq for PageAnnotation
impl Eq for PageAnnotation
impl StructuralPartialEq for PageAnnotation
Auto Trait Implementations§
impl Freeze for PageAnnotation
impl RefUnwindSafe for PageAnnotation
impl Send for PageAnnotation
impl Sync for PageAnnotation
impl Unpin for PageAnnotation
impl UnsafeUnpin for PageAnnotation
impl UnwindSafe for PageAnnotation
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