pub struct TextBlockStop {
pub index: usize,
pub stop_reason: Option<StopReason>,
}Fields§
§index: usize§stop_reason: Option<StopReason>Trait Implementations§
Source§impl Clone for TextBlockStop
impl Clone for TextBlockStop
Source§fn clone(&self) -> TextBlockStop
fn clone(&self) -> TextBlockStop
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 TextBlockStop
impl Debug for TextBlockStop
Source§impl PartialEq for TextBlockStop
impl PartialEq for TextBlockStop
impl StructuralPartialEq for TextBlockStop
Auto Trait Implementations§
impl Freeze for TextBlockStop
impl RefUnwindSafe for TextBlockStop
impl Send for TextBlockStop
impl Sync for TextBlockStop
impl Unpin for TextBlockStop
impl UnwindSafe for TextBlockStop
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