pub struct ImportCapTableIn {
pub range: Option<String>,
pub spreadsheet_id: Option<String>,
}Fields§
§range: Option<String>Range is an optional A1 range within the sheet; empty reads the default range.
spreadsheet_id: Option<String>SpreadsheetID is a Google Sheets id. Required.
Implementations§
Source§impl ImportCapTableIn
impl ImportCapTableIn
pub fn new() -> ImportCapTableIn
Trait Implementations§
Source§impl Clone for ImportCapTableIn
impl Clone for ImportCapTableIn
Source§fn clone(&self) -> ImportCapTableIn
fn clone(&self) -> ImportCapTableIn
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 ImportCapTableIn
impl Debug for ImportCapTableIn
Source§impl Default for ImportCapTableIn
impl Default for ImportCapTableIn
Source§fn default() -> ImportCapTableIn
fn default() -> ImportCapTableIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImportCapTableIn
impl<'de> Deserialize<'de> for ImportCapTableIn
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 ImportCapTableIn
impl PartialEq for ImportCapTableIn
Source§impl Serialize for ImportCapTableIn
impl Serialize for ImportCapTableIn
impl StructuralPartialEq for ImportCapTableIn
Auto Trait Implementations§
impl Freeze for ImportCapTableIn
impl RefUnwindSafe for ImportCapTableIn
impl Send for ImportCapTableIn
impl Sync for ImportCapTableIn
impl Unpin for ImportCapTableIn
impl UnsafeUnpin for ImportCapTableIn
impl UnwindSafe for ImportCapTableIn
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