pub struct PatternFill { /* private fields */ }Implementations§
Source§impl PatternFill
impl PatternFill
pub fn get_preset(&self) -> &str
pub fn set_preset(&mut self, value: String) -> &mut PatternFill
pub fn get_foreground_color(&self) -> &ForegroundColor
pub fn get_foreground_color_mut(&mut self) -> &mut ForegroundColor
pub fn set_foreground_color( &mut self, value: ForegroundColor, ) -> &mut PatternFill
pub fn get_background_color(&self) -> &BackgroundColor
pub fn get_background_color_mut(&mut self) -> &mut BackgroundColor
pub fn set_background_color( &mut self, value: BackgroundColor, ) -> &mut PatternFill
Trait Implementations§
Source§impl Clone for PatternFill
impl Clone for PatternFill
Source§fn clone(&self) -> PatternFill
fn clone(&self) -> PatternFill
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 PatternFill
impl Debug for PatternFill
Auto Trait Implementations§
impl Freeze for PatternFill
impl RefUnwindSafe for PatternFill
impl Send for PatternFill
impl Sync for PatternFill
impl Unpin for PatternFill
impl UnwindSafe for PatternFill
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