pub enum ContainerContentAlignment {
Normal,
AutoCenter,
}Expand description
Content alignment within the box
Variants§
Trait Implementations§
Source§impl Clone for ContentAlignment
impl Clone for ContentAlignment
Source§fn clone(&self) -> ContentAlignment
fn clone(&self) -> ContentAlignment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ContentAlignment
Source§impl Debug for ContentAlignment
impl Debug for ContentAlignment
impl Eq for ContentAlignment
Source§impl PartialEq for ContentAlignment
impl PartialEq for ContentAlignment
impl StructuralPartialEq for ContentAlignment
Auto Trait Implementations§
impl Freeze for ContentAlignment
impl RefUnwindSafe for ContentAlignment
impl Send for ContentAlignment
impl Sync for ContentAlignment
impl Unpin for ContentAlignment
impl UnsafeUnpin for ContentAlignment
impl UnwindSafe for ContentAlignment
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