pub struct DocumentBlockLocation {
pub source: Option<String>,
pub page: Option<usize>,
pub ordinal: Option<usize>,
}Fields§
§source: Option<String>§page: Option<usize>§ordinal: Option<usize>Trait Implementations§
Source§impl Clone for DocumentBlockLocation
impl Clone for DocumentBlockLocation
Source§fn clone(&self) -> DocumentBlockLocation
fn clone(&self) -> DocumentBlockLocation
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 DocumentBlockLocation
impl Debug for DocumentBlockLocation
Source§impl Default for DocumentBlockLocation
impl Default for DocumentBlockLocation
Source§fn default() -> DocumentBlockLocation
fn default() -> DocumentBlockLocation
Returns the “default value” for a type. Read more
Source§impl PartialEq for DocumentBlockLocation
impl PartialEq for DocumentBlockLocation
impl Eq for DocumentBlockLocation
impl StructuralPartialEq for DocumentBlockLocation
Auto Trait Implementations§
impl Freeze for DocumentBlockLocation
impl RefUnwindSafe for DocumentBlockLocation
impl Send for DocumentBlockLocation
impl Sync for DocumentBlockLocation
impl Unpin for DocumentBlockLocation
impl UnsafeUnpin for DocumentBlockLocation
impl UnwindSafe for DocumentBlockLocation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.