pub struct RTResult {
pub security: Security,
pub rt_list: Vec<TimeShare>,
}Expand description
分时查询结果
Fields§
§security: Security§rt_list: Vec<TimeShare>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTResult
impl RefUnwindSafe for RTResult
impl Send for RTResult
impl Sync for RTResult
impl Unpin for RTResult
impl UnwindSafe for RTResult
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