pub struct Share {
pub idn: String,
pub ins_code: String,
pub deven: String,
pub number_of_share_new: i64,
pub number_of_share_old: i64,
}Expand description
A share-count change record (used for capital-increase adjustments).
Fields§
§idn: String§ins_code: String§deven: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
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