pub struct HmdPatch {
pub patch_version: String,
pub target_hash: Option<String>,
pub operations: Vec<PatchOperation>,
pub author: Option<String>,
pub created: Option<String>,
}Fields§
§patch_version: String§target_hash: Option<String>§operations: Vec<PatchOperation>§created: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for HmdPatch
impl<'de> Deserialize<'de> for HmdPatch
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 HmdPatch
Auto Trait Implementations§
impl Freeze for HmdPatch
impl RefUnwindSafe for HmdPatch
impl Send for HmdPatch
impl Sync for HmdPatch
impl Unpin for HmdPatch
impl UnsafeUnpin for HmdPatch
impl UnwindSafe for HmdPatch
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