Struct duat_core::text::AlignCenter
source · pub struct AlignCenter;Trait Implementations§
source§impl From<AlignCenter> for BuilderPart<String>
impl From<AlignCenter> for BuilderPart<String>
source§fn from(_: AlignCenter) -> Self
fn from(_: AlignCenter) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AlignCenter
impl RefUnwindSafe for AlignCenter
impl Send for AlignCenter
impl Sync for AlignCenter
impl Unpin for AlignCenter
impl UnwindSafe for AlignCenter
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