pub struct LockFile {
pub schema: u32,
pub runtime_channel: String,
pub love: LockedComponent,
pub emscripten: LockedComponent,
}Fields§
§schema: u32§runtime_channel: String§love: LockedComponent§emscripten: LockedComponentImplementations§
Trait Implementations§
impl Eq for LockFile
impl StructuralPartialEq for LockFile
Auto Trait Implementations§
impl Freeze for LockFile
impl RefUnwindSafe for LockFile
impl Send for LockFile
impl Sync for LockFile
impl Unpin for LockFile
impl UnsafeUnpin for LockFile
impl UnwindSafe for LockFile
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