pub struct TextAlignment(pub TextAlignmentType);
Tuple Fields§
§0: TextAlignmentType
Implementations§
Source§impl TextAlignment
impl TextAlignment
pub fn new(val: TextAlignmentType) -> TextAlignment
Trait Implementations§
Source§impl Clone for TextAlignment
impl Clone for TextAlignment
Source§fn clone(&self) -> TextAlignment
fn clone(&self) -> TextAlignment
Returns a duplicate of the value. Read more
1.0.0 · 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 TextAlignment
impl Debug for TextAlignment
Source§impl PartialEq for TextAlignment
impl PartialEq for TextAlignment
Source§impl Serialize for TextAlignment
impl Serialize for TextAlignment
impl BuildXML for TextAlignment
impl StructuralPartialEq for TextAlignment
Auto Trait Implementations§
impl Freeze for TextAlignment
impl RefUnwindSafe for TextAlignment
impl Send for TextAlignment
impl Sync for TextAlignment
impl Unpin for TextAlignment
impl UnwindSafe for TextAlignment
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