pub struct ImportCapTableOut {
pub formation: Option<Box<Formation>>,
pub rows: Option<i32>,
pub stakeholders_imported: Option<i32>,
}Fields§
§formation: Option<Box<Formation>>Formation is the org’s incorporation record, now marked cap-table-imported.
rows: Option<i32>Rows is how many rows were read from the sheet, header included.
stakeholders_imported: Option<i32>StakeholdersImported is how many stakeholders the cap table accepted.
Implementations§
Source§impl ImportCapTableOut
impl ImportCapTableOut
pub fn new() -> ImportCapTableOut
Trait Implementations§
Source§impl Clone for ImportCapTableOut
impl Clone for ImportCapTableOut
Source§fn clone(&self) -> ImportCapTableOut
fn clone(&self) -> ImportCapTableOut
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 ImportCapTableOut
impl Debug for ImportCapTableOut
Source§impl Default for ImportCapTableOut
impl Default for ImportCapTableOut
Source§fn default() -> ImportCapTableOut
fn default() -> ImportCapTableOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImportCapTableOut
impl<'de> Deserialize<'de> for ImportCapTableOut
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 ImportCapTableOut
impl PartialEq for ImportCapTableOut
Source§impl Serialize for ImportCapTableOut
impl Serialize for ImportCapTableOut
impl StructuralPartialEq for ImportCapTableOut
Auto Trait Implementations§
impl Freeze for ImportCapTableOut
impl RefUnwindSafe for ImportCapTableOut
impl Send for ImportCapTableOut
impl Sync for ImportCapTableOut
impl Unpin for ImportCapTableOut
impl UnsafeUnpin for ImportCapTableOut
impl UnwindSafe for ImportCapTableOut
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