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