pub struct CellStyleXfs {
pub num_fmt_id: i32,
pub font_id: i32,
pub fill_id: i32,
pub border_id: i32,
pub apply_number_format: bool,
pub apply_border: bool,
pub apply_alignment: bool,
pub apply_protection: bool,
pub apply_font: bool,
pub apply_fill: bool,
}Fields§
§num_fmt_id: i32§font_id: i32§fill_id: i32§border_id: i32§apply_number_format: bool§apply_border: bool§apply_alignment: bool§apply_protection: bool§apply_font: bool§apply_fill: boolTrait Implementations§
Source§impl Clone for CellStyleXfs
impl Clone for CellStyleXfs
Source§fn clone(&self) -> CellStyleXfs
fn clone(&self) -> CellStyleXfs
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 CellStyleXfs
impl Debug for CellStyleXfs
Source§impl Default for CellStyleXfs
impl Default for CellStyleXfs
Source§impl PartialEq for CellStyleXfs
impl PartialEq for CellStyleXfs
Source§fn eq(&self, other: &CellStyleXfs) -> bool
fn eq(&self, other: &CellStyleXfs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'__de> Decode<'__de> for CellStyleXfswhere
'__de:,
impl Encode for CellStyleXfs
impl Eq for CellStyleXfs
impl StructuralPartialEq for CellStyleXfs
Auto Trait Implementations§
impl Freeze for CellStyleXfs
impl RefUnwindSafe for CellStyleXfs
impl Send for CellStyleXfs
impl Sync for CellStyleXfs
impl Unpin for CellStyleXfs
impl UnsafeUnpin for CellStyleXfs
impl UnwindSafe for CellStyleXfs
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