pub struct WordSourcePath {
pub story: WordStory,
pub children: Vec<usize>,
}Expand description
Modeled path to one paragraph in a Word story.
Fields§
§story: WordStory§children: Vec<usize>Trait Implementations§
Source§impl Clone for WordSourcePath
impl Clone for WordSourcePath
Source§fn clone(&self) -> WordSourcePath
fn clone(&self) -> WordSourcePath
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 WordSourcePath
impl Debug for WordSourcePath
impl Eq for WordSourcePath
Source§impl Hash for WordSourcePath
impl Hash for WordSourcePath
Source§impl PartialEq for WordSourcePath
impl PartialEq for WordSourcePath
impl StructuralPartialEq for WordSourcePath
Auto Trait Implementations§
impl Freeze for WordSourcePath
impl RefUnwindSafe for WordSourcePath
impl Send for WordSourcePath
impl Sync for WordSourcePath
impl Unpin for WordSourcePath
impl UnsafeUnpin for WordSourcePath
impl UnwindSafe for WordSourcePath
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.