Enum docx_rust::formatting::CombineBracketsType
source · [−]pub enum CombineBracketsType {
None,
Round,
Square,
Angle,
Curly,
}
Variants
None
Round
Square
Angle
Curly
Trait Implementations
sourceimpl Clone for CombineBracketsType
impl Clone for CombineBracketsType
sourcefn clone(&self) -> CombineBracketsType
fn clone(&self) -> CombineBracketsType
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 Debug for CombineBracketsType
impl Debug for CombineBracketsType
sourceimpl Default for CombineBracketsType
impl Default for CombineBracketsType
sourcefn default() -> CombineBracketsType
fn default() -> CombineBracketsType
Returns the “default value” for a type. Read more
sourceimpl Display for CombineBracketsType
impl Display for CombineBracketsType
Auto Trait Implementations
impl RefUnwindSafe for CombineBracketsType
impl Send for CombineBracketsType
impl Sync for CombineBracketsType
impl Unpin for CombineBracketsType
impl UnwindSafe for CombineBracketsType
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