Struct docx_rust::formatting::Highlight
source · pub struct Highlight {
pub value: Option<HighlightType>,
}
Fields§
§value: Option<HighlightType>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Highlight
impl Send for Highlight
impl Sync for Highlight
impl Unpin for Highlight
impl UnwindSafe for Highlight
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