Struct docx_rust::formatting::TextBorder
source · [−]pub struct TextBorder<'a> {
pub style: Option<TextBorderStyle>,
pub color: Option<Cow<'a, str>>,
pub theme_color: Option<ThemeColor>,
pub theme_tint: Option<Cow<'a, str>>,
pub theme_shade: Option<Cow<'a, str>>,
pub size: Option<usize>,
pub space: Option<usize>,
pub shadow: Option<bool>,
pub frame: Option<bool>,
}
Fields
style: Option<TextBorderStyle>
color: Option<Cow<'a, str>>
theme_color: Option<ThemeColor>
theme_tint: Option<Cow<'a, str>>
theme_shade: Option<Cow<'a, str>>
size: Option<usize>
space: Option<usize>
shadow: Option<bool>
frame: Option<bool>
Trait Implementations
sourceimpl<'a> Clone for TextBorder<'a>
impl<'a> Clone for TextBorder<'a>
sourcefn clone(&self) -> TextBorder<'a>
fn clone(&self) -> TextBorder<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for TextBorder<'a>
impl<'a> Debug for TextBorder<'a>
sourceimpl<'a> Default for TextBorder<'a>
impl<'a> Default for TextBorder<'a>
sourcefn default() -> TextBorder<'a>
fn default() -> TextBorder<'a>
Returns the “default value” for a type. Read more
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for TextBorder<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for TextBorder<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TextBorder<'a>
impl<'a> Send for TextBorder<'a>
impl<'a> Sync for TextBorder<'a>
impl<'a> Unpin for TextBorder<'a>
impl<'a> UnwindSafe for TextBorder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more