pub struct PageBlockHorizontalAlignmentLeft { /* private fields */ }
Expand description
The content must be left-aligned
Implementations§
Trait Implementations§
Source§impl AsRef<PageBlockHorizontalAlignmentLeft> for PageBlockHorizontalAlignmentLeft
impl AsRef<PageBlockHorizontalAlignmentLeft> for PageBlockHorizontalAlignmentLeft
Source§fn as_ref(&self) -> &PageBlockHorizontalAlignmentLeft
fn as_ref(&self) -> &PageBlockHorizontalAlignmentLeft
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for PageBlockHorizontalAlignmentLeft
impl Clone for PageBlockHorizontalAlignmentLeft
Source§fn clone(&self) -> PageBlockHorizontalAlignmentLeft
fn clone(&self) -> PageBlockHorizontalAlignmentLeft
Returns a copy 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 Default for PageBlockHorizontalAlignmentLeft
impl Default for PageBlockHorizontalAlignmentLeft
Source§fn default() -> PageBlockHorizontalAlignmentLeft
fn default() -> PageBlockHorizontalAlignmentLeft
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PageBlockHorizontalAlignmentLeft
impl<'de> Deserialize<'de> for PageBlockHorizontalAlignmentLeft
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl TDPageBlockHorizontalAlignment for PageBlockHorizontalAlignmentLeft
Auto Trait Implementations§
impl Freeze for PageBlockHorizontalAlignmentLeft
impl RefUnwindSafe for PageBlockHorizontalAlignmentLeft
impl Send for PageBlockHorizontalAlignmentLeft
impl Sync for PageBlockHorizontalAlignmentLeft
impl Unpin for PageBlockHorizontalAlignmentLeft
impl UnwindSafe for PageBlockHorizontalAlignmentLeft
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