pub struct MarkdownStreamUpdate {
pub revision: u64,
pub changed_source: Range<usize>,
pub reset: bool,
pub finished: bool,
}Fields§
§revision: u64§changed_source: Range<usize>§reset: bool§finished: boolTrait Implementations§
Source§impl Clone for MarkdownStreamUpdate
impl Clone for MarkdownStreamUpdate
Source§fn clone(&self) -> MarkdownStreamUpdate
fn clone(&self) -> MarkdownStreamUpdate
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 MarkdownStreamUpdate
impl Debug for MarkdownStreamUpdate
impl Eq for MarkdownStreamUpdate
Source§impl PartialEq for MarkdownStreamUpdate
impl PartialEq for MarkdownStreamUpdate
impl StructuralPartialEq for MarkdownStreamUpdate
Auto Trait Implementations§
impl Freeze for MarkdownStreamUpdate
impl RefUnwindSafe for MarkdownStreamUpdate
impl Send for MarkdownStreamUpdate
impl Sync for MarkdownStreamUpdate
impl Unpin for MarkdownStreamUpdate
impl UnsafeUnpin for MarkdownStreamUpdate
impl UnwindSafe for MarkdownStreamUpdate
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