#[repr(C)]pub struct SyncSPBMParameterEndField {
pub is_null: bool,
pub TradingDay: String,
}
Fields§
§is_null: bool
§TradingDay: String
Trait Implementations§
Source§impl Clone for SyncSPBMParameterEndField
impl Clone for SyncSPBMParameterEndField
Source§impl Debug for SyncSPBMParameterEndField
impl Debug for SyncSPBMParameterEndField
Source§impl Default for SyncSPBMParameterEndField
impl Default for SyncSPBMParameterEndField
Auto Trait Implementations§
impl Freeze for SyncSPBMParameterEndField
impl RefUnwindSafe for SyncSPBMParameterEndField
impl Send for SyncSPBMParameterEndField
impl Sync for SyncSPBMParameterEndField
impl Unpin for SyncSPBMParameterEndField
impl UnwindSafe for SyncSPBMParameterEndField
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