pub struct Boot {
pub index: i32,
pub boot_id: String,
pub first: u64,
pub last: u64,
pub total: i32,
}Fields§
§index: i32§boot_id: String§first: u64§last: u64§total: i32Implementations§
Auto Trait Implementations§
impl Freeze for Boot
impl RefUnwindSafe for Boot
impl Send for Boot
impl Sync for Boot
impl Unpin for Boot
impl UnwindSafe for Boot
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more