pub struct DataBar { /* private fields */ }Implementations§
Source§impl DataBar
impl DataBar
pub fn get_cfvo_collection(&self) -> &[ConditionalFormatValueObject]
pub fn set_cfvo_collection( &mut self, value: ThinVec<ConditionalFormatValueObject>, ) -> &mut Self
pub fn add_cfvo_collection( &mut self, value: ConditionalFormatValueObject, ) -> &mut Self
pub fn get_color_collection(&self) -> &[Color]
pub fn set_color_collection( &mut self, value: impl Into<ThinVec<Color>>, ) -> &mut Self
pub fn add_color_collection(&mut self, value: Color) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataBar
impl RefUnwindSafe for DataBar
impl Send for DataBar
impl Sync for DataBar
impl Unpin for DataBar
impl UnwindSafe for DataBar
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