pub struct PlateInfo {
pub security: Security,
pub name: String,
pub plate_type: Option<i32>,
}Expand description
板块信息
Fields§
§security: Security§name: String§plate_type: Option<i32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlateInfo
impl RefUnwindSafe for PlateInfo
impl Send for PlateInfo
impl Sync for PlateInfo
impl Unpin for PlateInfo
impl UnwindSafe for PlateInfo
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