pub struct AlignCenter;Expand description
Builder part: Aligns the line centrally
Trait Implementations§
Source§impl Clone for AlignCenter
impl Clone for AlignCenter
Source§fn clone(&self) -> AlignCenter
fn clone(&self) -> AlignCenter
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 From<AlignCenter> for BuilderPart<String, AlignCenter>
impl From<AlignCenter> for BuilderPart<String, AlignCenter>
Source§fn from(_: AlignCenter) -> Self
fn from(_: AlignCenter) -> Self
Converts to this type from the input type.
Source§impl<U: Ui> From<AlignCenter> for State<U, AlignCenter>
impl<U: Ui> From<AlignCenter> for State<U, AlignCenter>
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