pub struct Patchlog {
pub name: Option<String>,
pub date: Option<String>,
pub url: Option<String>,
pub additions: Option<String>,
pub changes: Option<String>,
pub fixes: Option<String>,
}Fields§
§name: Option<String>§date: Option<String>§url: Option<String>§additions: Option<String>§changes: Option<String>§fixes: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Patchlog
impl<'de> Deserialize<'de> for Patchlog
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 Patchlog
Auto Trait Implementations§
impl Freeze for Patchlog
impl RefUnwindSafe for Patchlog
impl Send for Patchlog
impl Sync for Patchlog
impl Unpin for Patchlog
impl UnwindSafe for Patchlog
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