pub struct ValidatedPatch {
pub edits: Vec<DocEdit>,
}Fields§
§edits: Vec<DocEdit>Trait Implementations§
Source§impl Clone for ValidatedPatch
impl Clone for ValidatedPatch
Source§fn clone(&self) -> ValidatedPatch
fn clone(&self) -> ValidatedPatch
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 ValidatedPatch
impl Debug for ValidatedPatch
Source§impl PartialEq for ValidatedPatch
impl PartialEq for ValidatedPatch
impl Eq for ValidatedPatch
impl StructuralPartialEq for ValidatedPatch
Auto Trait Implementations§
impl Freeze for ValidatedPatch
impl RefUnwindSafe for ValidatedPatch
impl Send for ValidatedPatch
impl Sync for ValidatedPatch
impl Unpin for ValidatedPatch
impl UnsafeUnpin for ValidatedPatch
impl UnwindSafe for ValidatedPatch
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