pub struct FlowSnapshot {
pub elements: Vec<FlowElementSnapshot>,
}Expand description
Consistent snapshot of the entire document flow, captured in a single lock acquisition.
Fields§
§elements: Vec<FlowElementSnapshot>Trait Implementations§
Source§impl Clone for FlowSnapshot
impl Clone for FlowSnapshot
Source§fn clone(&self) -> FlowSnapshot
fn clone(&self) -> FlowSnapshot
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 FlowSnapshot
impl Debug for FlowSnapshot
Source§impl PartialEq for FlowSnapshot
impl PartialEq for FlowSnapshot
impl Eq for FlowSnapshot
impl StructuralPartialEq for FlowSnapshot
Auto Trait Implementations§
impl Freeze for FlowSnapshot
impl RefUnwindSafe for FlowSnapshot
impl Send for FlowSnapshot
impl Sync for FlowSnapshot
impl Unpin for FlowSnapshot
impl UnsafeUnpin for FlowSnapshot
impl UnwindSafe for FlowSnapshot
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