pub struct StockGrantActivitiesWrapper {
pub items: Vec<StockGrantActivity>,
}Expand description
Wrapper for the stock grant activities section
Fields§
§items: Vec<StockGrantActivity>List of stock grant / vesting activities
Trait Implementations§
Source§impl Clone for StockGrantActivitiesWrapper
impl Clone for StockGrantActivitiesWrapper
Source§fn clone(&self) -> StockGrantActivitiesWrapper
fn clone(&self) -> StockGrantActivitiesWrapper
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 StockGrantActivitiesWrapper
impl Debug for StockGrantActivitiesWrapper
Source§impl Default for StockGrantActivitiesWrapper
impl Default for StockGrantActivitiesWrapper
Source§fn default() -> StockGrantActivitiesWrapper
fn default() -> StockGrantActivitiesWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StockGrantActivitiesWrapper
impl<'de> Deserialize<'de> for StockGrantActivitiesWrapper
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
Source§impl PartialEq for StockGrantActivitiesWrapper
impl PartialEq for StockGrantActivitiesWrapper
Source§fn eq(&self, other: &StockGrantActivitiesWrapper) -> bool
fn eq(&self, other: &StockGrantActivitiesWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StockGrantActivitiesWrapper
Auto Trait Implementations§
impl Freeze for StockGrantActivitiesWrapper
impl RefUnwindSafe for StockGrantActivitiesWrapper
impl Send for StockGrantActivitiesWrapper
impl Sync for StockGrantActivitiesWrapper
impl Unpin for StockGrantActivitiesWrapper
impl UnsafeUnpin for StockGrantActivitiesWrapper
impl UnwindSafe for StockGrantActivitiesWrapper
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