struct WarrantScreenJson {
warrants: Vec<WarrantItem>,
last_page: Option<bool>,
all_count: Option<i32>,
}Fields§
§warrants: Vec<WarrantItem>§last_page: Option<bool>§all_count: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WarrantScreenJson
impl RefUnwindSafe for WarrantScreenJson
impl Send for WarrantScreenJson
impl Sync for WarrantScreenJson
impl Unpin for WarrantScreenJson
impl UnsafeUnpin for WarrantScreenJson
impl UnwindSafe for WarrantScreenJson
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