pub struct UpdateOutput {
pub changelog: Option<String>,
pub latest: Option<String>,
pub updated: Option<bool>,
}Fields§
§changelog: Option<String>§latest: Option<String>§updated: Option<bool>Implementations§
Source§impl UpdateOutput
impl UpdateOutput
pub fn new() -> UpdateOutput
Trait Implementations§
Source§impl Clone for UpdateOutput
impl Clone for UpdateOutput
Source§fn clone(&self) -> UpdateOutput
fn clone(&self) -> UpdateOutput
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 UpdateOutput
impl Debug for UpdateOutput
Source§impl Default for UpdateOutput
impl Default for UpdateOutput
Source§fn default() -> UpdateOutput
fn default() -> UpdateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateOutput
impl<'de> Deserialize<'de> for UpdateOutput
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
Source§impl PartialEq for UpdateOutput
impl PartialEq for UpdateOutput
Source§fn eq(&self, other: &UpdateOutput) -> bool
fn eq(&self, other: &UpdateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateOutput
impl Serialize for UpdateOutput
impl StructuralPartialEq for UpdateOutput
Auto Trait Implementations§
impl Freeze for UpdateOutput
impl RefUnwindSafe for UpdateOutput
impl Send for UpdateOutput
impl Sync for UpdateOutput
impl Unpin for UpdateOutput
impl UnsafeUnpin for UpdateOutput
impl UnwindSafe for UpdateOutput
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