pub struct VersionInfo {
pub gateway: Version,
pub cargo_shuttle: Version,
pub deployer: Version,
pub runtime: Version,
}
Fields§
§gateway: Version
Version of gateway
cargo_shuttle: Version
Latest version of cargo-shuttle compatible with this gateway.
deployer: Version
Latest version of shuttle-deployer compatible with this gateway.
runtime: Version
Latest version of shuttle-runtime compatible with the above deployer.
Trait Implementations§
Source§impl Debug for VersionInfo
impl Debug for VersionInfo
Source§impl<'de> Deserialize<'de> for VersionInfo
impl<'de> Deserialize<'de> for VersionInfo
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
Auto Trait Implementations§
impl Freeze for VersionInfo
impl RefUnwindSafe for VersionInfo
impl Send for VersionInfo
impl Sync for VersionInfo
impl Unpin for VersionInfo
impl UnwindSafe for VersionInfo
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