pub struct TextBulletCharacter {
pub character: String,
/* private fields */
}Expand description
A literal DrawingML bullet character kept in its wire representation.
Fields§
§character: StringImplementations§
Trait Implementations§
Source§impl Clone for TextBulletCharacter
impl Clone for TextBulletCharacter
Source§fn clone(&self) -> TextBulletCharacter
fn clone(&self) -> TextBulletCharacter
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 TextBulletCharacter
impl Debug for TextBulletCharacter
impl Eq for TextBulletCharacter
Source§impl PartialEq for TextBulletCharacter
impl PartialEq for TextBulletCharacter
impl StructuralPartialEq for TextBulletCharacter
Auto Trait Implementations§
impl Freeze for TextBulletCharacter
impl RefUnwindSafe for TextBulletCharacter
impl Send for TextBulletCharacter
impl Sync for TextBulletCharacter
impl Unpin for TextBulletCharacter
impl UnsafeUnpin for TextBulletCharacter
impl UnwindSafe for TextBulletCharacter
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