pub struct LatestReleaseResponse {
pub latest_version: String,
}Expand description
Response returned by CLI_LATEST_RELEASE_PATH.
Fields§
§latest_version: StringTrait Implementations§
Source§impl Clone for LatestReleaseResponse
impl Clone for LatestReleaseResponse
Source§impl Debug for LatestReleaseResponse
impl Debug for LatestReleaseResponse
Source§impl<'de> Deserialize<'de> for LatestReleaseResponse
impl<'de> Deserialize<'de> for LatestReleaseResponse
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 Eq for LatestReleaseResponse
Source§impl PartialEq for LatestReleaseResponse
impl PartialEq for LatestReleaseResponse
Source§impl Serialize for LatestReleaseResponse
impl Serialize for LatestReleaseResponse
impl StructuralPartialEq for LatestReleaseResponse
Auto Trait Implementations§
impl Freeze for LatestReleaseResponse
impl RefUnwindSafe for LatestReleaseResponse
impl Send for LatestReleaseResponse
impl Sync for LatestReleaseResponse
impl Unpin for LatestReleaseResponse
impl UnsafeUnpin for LatestReleaseResponse
impl UnwindSafe for LatestReleaseResponse
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