pub struct SkippedText {
pub kind: SkippedTextKind,
pub cause: SkipCause,
}Expand description
One piece of content whose text (if any) is missing from the result.
Fields§
§kind: SkippedTextKind§cause: SkipCauseTrait Implementations§
Source§impl Clone for SkippedText
impl Clone for SkippedText
Source§fn clone(&self) -> SkippedText
fn clone(&self) -> SkippedText
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 SkippedText
impl Debug for SkippedText
impl Eq for SkippedText
Source§impl PartialEq for SkippedText
impl PartialEq for SkippedText
impl StructuralPartialEq for SkippedText
Auto Trait Implementations§
impl Freeze for SkippedText
impl RefUnwindSafe for SkippedText
impl Send for SkippedText
impl Sync for SkippedText
impl Unpin for SkippedText
impl UnsafeUnpin for SkippedText
impl UnwindSafe for SkippedText
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