pub struct AlignCenter;Expand description
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
impl From<AlignCenter> for BuilderPart
Source§fn from(_: AlignCenter) -> Self
fn from(_: AlignCenter) -> Self
Converts to this type from the input type.
impl Copy for AlignCenter
impl<I: TextRange> Tag<I> for AlignCenter
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