pub struct Xf {
pub num_fmt_id: Option<u32>,
pub font_id: Option<u32>,
pub fill_id: Option<u32>,
pub border_id: Option<u32>,
pub xf_id: Option<u32>,
pub apply_number_format: Option<bool>,
pub apply_font: Option<bool>,
pub apply_fill: Option<bool>,
pub apply_border: Option<bool>,
pub apply_alignment: Option<bool>,
pub alignment: Option<Alignment>,
pub protection: Option<Protection>,
}Expand description
Cell format entry.
Fields§
§num_fmt_id: Option<u32>§font_id: Option<u32>§fill_id: Option<u32>§border_id: Option<u32>§xf_id: Option<u32>§apply_number_format: Option<bool>§apply_font: Option<bool>§apply_fill: Option<bool>§apply_border: Option<bool>§apply_alignment: Option<bool>§alignment: Option<Alignment>§protection: Option<Protection>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Xf
impl<'de> Deserialize<'de> for Xf
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
impl StructuralPartialEq for Xf
Auto Trait Implementations§
impl Freeze for Xf
impl RefUnwindSafe for Xf
impl Send for Xf
impl Sync for Xf
impl Unpin for Xf
impl UnwindSafe for Xf
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