pub struct Sheet {
pub name: String,
pub typ: SheetType,
pub visible: SheetVisible,
}Expand description
Metadata of sheet
Fields§
§name: StringName
typ: SheetTypeType Only Excel formats support this. Default value for ODS is SheetType::WorkSheet.
visible: SheetVisibleVisible
Trait Implementations§
impl StructuralPartialEq for Sheet
Auto Trait Implementations§
impl Freeze for Sheet
impl RefUnwindSafe for Sheet
impl Send for Sheet
impl Sync for Sheet
impl Unpin for Sheet
impl UnwindSafe for Sheet
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