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