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