pub struct OpaqueDelta {
pub node_type: String,
pub from_summary: String,
pub to_summary: String,
}Expand description
Fallback delta for block types without a specialized renderer.
Fields§
§node_type: StringADF node type that changed.
from_summary: StringPlain-text snapshot of the from side.
to_summary: StringPlain-text snapshot of the to side.
Trait Implementations§
Source§impl Clone for OpaqueDelta
impl Clone for OpaqueDelta
Source§fn clone(&self) -> OpaqueDelta
fn clone(&self) -> OpaqueDelta
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 OpaqueDelta
impl Debug for OpaqueDelta
Auto Trait Implementations§
impl Freeze for OpaqueDelta
impl RefUnwindSafe for OpaqueDelta
impl Send for OpaqueDelta
impl Sync for OpaqueDelta
impl Unpin for OpaqueDelta
impl UnsafeUnpin for OpaqueDelta
impl UnwindSafe for OpaqueDelta
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