pub struct OwnerListItem {
pub date: Option<u64>,
pub name: Option<String>,
pub holder_id: Option<i32>,
pub share_change_num: Option<i64>,
pub shares_change_price: Option<i64>,
pub share_ratio: Option<i32>,
pub holder_type: Option<String>,
pub holder_type_id: Option<i32>,
pub stock_id: Option<u64>,
pub holding_date: Option<u64>,
pub share_ratio_change: Option<i32>,
pub share_num: Option<i64>,
}Fields§
§date: Option<u64>§name: Option<String>§holder_id: Option<i32>§holder_type: Option<String>§holder_type_id: Option<i32>§stock_id: Option<u64>§holding_date: Option<u64>Implementations§
Source§impl OwnerListItem
impl OwnerListItem
Sourcepub fn holder_id(&self) -> i32
pub fn holder_id(&self) -> i32
Returns the value of holder_id, or the default value if holder_id is unset.
Returns the value of share_change_num, or the default value if share_change_num is unset.
Returns the value of shares_change_price, or the default value if shares_change_price is unset.
Returns the value of share_ratio, or the default value if share_ratio is unset.
Sourcepub fn holder_type(&self) -> &str
pub fn holder_type(&self) -> &str
Returns the value of holder_type, or the default value if holder_type is unset.
Sourcepub fn holder_type_id(&self) -> i32
pub fn holder_type_id(&self) -> i32
Returns the value of holder_type_id, or the default value if holder_type_id is unset.
Sourcepub fn stock_id(&self) -> u64
pub fn stock_id(&self) -> u64
Returns the value of stock_id, or the default value if stock_id is unset.
Sourcepub fn holding_date(&self) -> u64
pub fn holding_date(&self) -> u64
Returns the value of holding_date, or the default value if holding_date is unset.
Returns the value of share_ratio_change, or the default value if share_ratio_change is unset.
Returns the value of share_num, or the default value if share_num is unset.
Trait Implementations§
Source§impl Clone for OwnerListItem
impl Clone for OwnerListItem
Source§fn clone(&self) -> OwnerListItem
fn clone(&self) -> OwnerListItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for OwnerListItem
impl Debug for OwnerListItem
Source§impl Default for OwnerListItem
impl Default for OwnerListItem
Source§impl Hash for OwnerListItem
impl Hash for OwnerListItem
Source§impl Message for OwnerListItem
impl Message for OwnerListItem
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for OwnerListItem
impl PartialEq for OwnerListItem
impl Eq for OwnerListItem
impl StructuralPartialEq for OwnerListItem
Auto Trait Implementations§
impl Freeze for OwnerListItem
impl RefUnwindSafe for OwnerListItem
impl Send for OwnerListItem
impl Sync for OwnerListItem
impl Unpin for OwnerListItem
impl UnsafeUnpin for OwnerListItem
impl UnwindSafe for OwnerListItem
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.