pub struct VerResponse {
pub major: u8,
pub minor: u8,
pub patch: u8,
}
Expand description
VER response
Fields§
§major: u8
§minor: u8
§patch: u8
Trait Implementations§
Source§impl Clone for VerResponse
impl Clone for VerResponse
Source§fn clone(&self) -> VerResponse
fn clone(&self) -> VerResponse
Returns a copy 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 VerResponse
impl Debug for VerResponse
Source§impl<'de> Deserialize<'de> for VerResponse
impl<'de> Deserialize<'de> for VerResponse
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 VerResponse
impl PartialEq for VerResponse
impl AtatResp for VerResponse
impl StructuralPartialEq for VerResponse
Auto Trait Implementations§
impl Freeze for VerResponse
impl RefUnwindSafe for VerResponse
impl Send for VerResponse
impl Sync for VerResponse
impl Unpin for VerResponse
impl UnwindSafe for VerResponse
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