pub struct CellStyles {
pub name: String,
pub xf_id: i32,
pub builtin_id: i32,
}Fields§
§name: String§xf_id: i32§builtin_id: i32Trait Implementations§
Source§impl Clone for CellStyles
impl Clone for CellStyles
Source§fn clone(&self) -> CellStyles
fn clone(&self) -> CellStyles
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 CellStyles
impl Debug for CellStyles
Source§impl Default for CellStyles
impl Default for CellStyles
Source§impl PartialEq for CellStyles
impl PartialEq for CellStyles
Source§fn eq(&self, other: &CellStyles) -> bool
fn eq(&self, other: &CellStyles) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'__de> Decode<'__de> for CellStyleswhere
'__de:,
impl Encode for CellStyles
impl Eq for CellStyles
impl StructuralPartialEq for CellStyles
Auto Trait Implementations§
impl Freeze for CellStyles
impl RefUnwindSafe for CellStyles
impl Send for CellStyles
impl Sync for CellStyles
impl Unpin for CellStyles
impl UnsafeUnpin for CellStyles
impl UnwindSafe for CellStyles
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