pub struct WorkbookPivotTable {
pub name: String,
pub worksheet: WorkbookWorksheet,
}
Fields§
§name: String
§worksheet: WorkbookWorksheet
Trait Implementations§
Source§impl Clone for WorkbookPivotTable
impl Clone for WorkbookPivotTable
Source§fn clone(&self) -> WorkbookPivotTable
fn clone(&self) -> WorkbookPivotTable
Returns a duplicate of the value. Read more
1.0.0 · 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 WorkbookPivotTable
impl Debug for WorkbookPivotTable
Source§impl<'de> Deserialize<'de> for WorkbookPivotTable
impl<'de> Deserialize<'de> for WorkbookPivotTable
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 WorkbookPivotTable
impl PartialEq for WorkbookPivotTable
Source§impl Serialize for WorkbookPivotTable
impl Serialize for WorkbookPivotTable
impl Eq for WorkbookPivotTable
impl StructuralPartialEq for WorkbookPivotTable
Auto Trait Implementations§
impl Freeze for WorkbookPivotTable
impl RefUnwindSafe for WorkbookPivotTable
impl Send for WorkbookPivotTable
impl Sync for WorkbookPivotTable
impl Unpin for WorkbookPivotTable
impl UnwindSafe for WorkbookPivotTable
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