pub struct TextAlignLast<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Source§impl TextAlignLast<TextAlignLastValue>
impl TextAlignLast<TextAlignLastValue>
pub fn initial() -> Self
pub fn inherit() -> Self
pub fn revert() -> Self
pub fn revert_layer() -> Self
pub fn unset() -> Self
pub fn auto() -> Self
pub fn start() -> Self
pub fn justify() -> Self
pub fn end() -> Self
pub fn left() -> Self
pub fn right() -> Self
pub fn center() -> Self
pub fn match_parent() -> Self
Trait Implementations§
Source§impl<T> Clone for TextAlignLast<T>
impl<T> Clone for TextAlignLast<T>
Source§fn clone(&self) -> TextAlignLast<T>
fn clone(&self) -> TextAlignLast<T>
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<T> Debug for TextAlignLast<T>
impl<T> Debug for TextAlignLast<T>
Source§impl Default for TextAlignLast<TextAlignLastValue>
impl Default for TextAlignLast<TextAlignLastValue>
Source§impl<T> Display for TextAlignLast<T>
impl<T> Display for TextAlignLast<T>
Source§impl<T> PartialEq for TextAlignLast<T>
impl<T> PartialEq for TextAlignLast<T>
Source§impl<T> Property for TextAlignLast<T>
impl<T> Property for TextAlignLast<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for TextAlignLast<T>
impl<T> PropertyName for TextAlignLast<T>
fn property_name<'a>(&self) -> &'a str
impl<T> StructuralPartialEq for TextAlignLast<T>
impl UnitDataType<TextAlignLast<Nothing>> for Nothing
impl UnitDataType<TextAlignLast<TextAlignLastValue>> for TextAlignLastValue
impl<T> UnitDataType<TextAlignLast<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for TextAlignLast<T>
Auto Trait Implementations§
impl<T> Freeze for TextAlignLast<T>where
T: Freeze,
impl<T> RefUnwindSafe for TextAlignLast<T>where
T: RefUnwindSafe,
impl<T> Send for TextAlignLast<T>where
T: Send,
impl<T> Sync for TextAlignLast<T>where
T: Sync,
impl<T> Unpin for TextAlignLast<T>where
T: Unpin,
impl<T> UnwindSafe for TextAlignLast<T>where
T: UnwindSafe,
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