pub struct TextValue {
pub value: String,
pub space: TextSpace,
/* private fields */
}Expand description
One DrawingML a:t value and its source whitespace intent.
Fields§
§value: String§space: TextSpaceTrait Implementations§
impl Eq for TextValue
impl StructuralPartialEq for TextValue
Auto Trait Implementations§
impl Freeze for TextValue
impl RefUnwindSafe for TextValue
impl Send for TextValue
impl Sync for TextValue
impl Unpin for TextValue
impl UnsafeUnpin for TextValue
impl UnwindSafe for TextValue
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