pub struct CachedPlateInfo {
pub market: i32,
pub code: String,
pub name: String,
pub plate_type: i32,
}Expand description
板块信息
Fields§
§market: i32§code: String§name: String§plate_type: i32Trait Implementations§
Source§impl Clone for CachedPlateInfo
impl Clone for CachedPlateInfo
Source§fn clone(&self) -> CachedPlateInfo
fn clone(&self) -> CachedPlateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CachedPlateInfo
impl RefUnwindSafe for CachedPlateInfo
impl Send for CachedPlateInfo
impl Sync for CachedPlateInfo
impl Unpin for CachedPlateInfo
impl UnwindSafe for CachedPlateInfo
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