pub enum TextBulletSizeValue {
Percent(String),
Points(i32),
}Expand description
The two explicit DrawingML bullet-size forms.
Variants§
Trait Implementations§
Source§impl Clone for TextBulletSizeValue
impl Clone for TextBulletSizeValue
Source§fn clone(&self) -> TextBulletSizeValue
fn clone(&self) -> TextBulletSizeValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextBulletSizeValue
impl Debug for TextBulletSizeValue
impl Eq for TextBulletSizeValue
Source§impl PartialEq for TextBulletSizeValue
impl PartialEq for TextBulletSizeValue
impl StructuralPartialEq for TextBulletSizeValue
Auto Trait Implementations§
impl Freeze for TextBulletSizeValue
impl RefUnwindSafe for TextBulletSizeValue
impl Send for TextBulletSizeValue
impl Sync for TextBulletSizeValue
impl Unpin for TextBulletSizeValue
impl UnsafeUnpin for TextBulletSizeValue
impl UnwindSafe for TextBulletSizeValue
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