pub struct FabricInstallerEntry {
pub version: String,
pub stable: bool,
pub url: String,
}Fields§
§version: String§stable: bool§url: StringTrait Implementations§
Source§impl Debug for FabricInstallerEntry
impl Debug for FabricInstallerEntry
Source§impl<'de> Deserialize<'de> for FabricInstallerEntry
impl<'de> Deserialize<'de> for FabricInstallerEntry
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 FabricInstallerEntry
impl RefUnwindSafe for FabricInstallerEntry
impl Send for FabricInstallerEntry
impl Sync for FabricInstallerEntry
impl Unpin for FabricInstallerEntry
impl UnsafeUnpin for FabricInstallerEntry
impl UnwindSafe for FabricInstallerEntry
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