pub struct DocPatch {
pub format: String,
pub expected_revision: String,
pub edits: Vec<DocEdit>,
pub notes: Option<String>,
}Fields§
§format: String§expected_revision: String§edits: Vec<DocEdit>§notes: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocPatch
impl<'de> Deserialize<'de> for DocPatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DocPatch
Auto Trait Implementations§
impl Freeze for DocPatch
impl RefUnwindSafe for DocPatch
impl Send for DocPatch
impl Sync for DocPatch
impl Unpin for DocPatch
impl UnsafeUnpin for DocPatch
impl UnwindSafe for DocPatch
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