pub struct BookmarkFact {
pub paragraph_ordinal: usize,
pub bookmark_id: u32,
pub name: String,
pub span: StructuralSpan,
}Fields§
§paragraph_ordinal: usize§bookmark_id: u32§name: String§span: StructuralSpanTrait Implementations§
Source§impl Clone for BookmarkFact
impl Clone for BookmarkFact
Source§fn clone(&self) -> BookmarkFact
fn clone(&self) -> BookmarkFact
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 BookmarkFact
impl Debug for BookmarkFact
impl Eq for BookmarkFact
Source§impl PartialEq for BookmarkFact
impl PartialEq for BookmarkFact
impl StructuralPartialEq for BookmarkFact
Auto Trait Implementations§
impl Freeze for BookmarkFact
impl RefUnwindSafe for BookmarkFact
impl Send for BookmarkFact
impl Sync for BookmarkFact
impl Unpin for BookmarkFact
impl UnsafeUnpin for BookmarkFact
impl UnwindSafe for BookmarkFact
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