pub struct ForgeVersioning {
pub latest: String,
pub release: String,
pub versions: ForgeVersions,
}Fields§
§latest: String§release: String§versions: ForgeVersionsTrait Implementations§
Source§impl Debug for ForgeVersioning
impl Debug for ForgeVersioning
Source§impl<'de> Deserialize<'de> for ForgeVersioning
impl<'de> Deserialize<'de> for ForgeVersioning
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 ForgeVersioning
impl RefUnwindSafe for ForgeVersioning
impl Send for ForgeVersioning
impl Sync for ForgeVersioning
impl Unpin for ForgeVersioning
impl UnsafeUnpin for ForgeVersioning
impl UnwindSafe for ForgeVersioning
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