pub struct NotificationStockRef {
pub ts_code: String,
pub name: Option<String>,
}Fields§
§ts_code: String§name: Option<String>Trait Implementations§
Source§impl Clone for NotificationStockRef
impl Clone for NotificationStockRef
Source§fn clone(&self) -> NotificationStockRef
fn clone(&self) -> NotificationStockRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotificationStockRef
impl Debug for NotificationStockRef
Source§impl<'de> Deserialize<'de> for NotificationStockRef
impl<'de> Deserialize<'de> for NotificationStockRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NotificationStockRef
impl RefUnwindSafe for NotificationStockRef
impl Send for NotificationStockRef
impl Sync for NotificationStockRef
impl Unpin for NotificationStockRef
impl UnsafeUnpin for NotificationStockRef
impl UnwindSafe for NotificationStockRef
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