pub struct CellStyleXfs {
pub count: Option<u32>,
pub xfs: Vec<Xf>,
}Expand description
Cell style XFs container (base style formats).
Fields§
§count: Option<u32>§xfs: Vec<Xf>Trait 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 · 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<'de> Deserialize<'de> for CellStyleXfs
impl<'de> Deserialize<'de> for CellStyleXfs
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 CellStyleXfs
impl PartialEq for CellStyleXfs
Source§impl Serialize for CellStyleXfs
impl Serialize 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 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