Struct rust_tdlib::types::PageBlockHorizontalAlignmentLeft
source · [−]pub struct PageBlockHorizontalAlignmentLeft { /* private fields */ }Expand description
The content must be left-aligned
Implementations
Trait Implementations
sourceimpl AsRef<PageBlockHorizontalAlignmentLeft> for PageBlockHorizontalAlignmentLeft
impl AsRef<PageBlockHorizontalAlignmentLeft> for PageBlockHorizontalAlignmentLeft
sourcefn as_ref(&self) -> &PageBlockHorizontalAlignmentLeft
fn as_ref(&self) -> &PageBlockHorizontalAlignmentLeft
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for PageBlockHorizontalAlignmentLeft
impl Clone for PageBlockHorizontalAlignmentLeft
sourcefn clone(&self) -> PageBlockHorizontalAlignmentLeft
fn clone(&self) -> PageBlockHorizontalAlignmentLeft
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PageBlockHorizontalAlignmentLeft
impl Default for PageBlockHorizontalAlignmentLeft
sourcefn default() -> PageBlockHorizontalAlignmentLeft
fn default() -> PageBlockHorizontalAlignmentLeft
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PageBlockHorizontalAlignmentLeft
impl<'de> Deserialize<'de> for PageBlockHorizontalAlignmentLeft
sourcefn 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 RefUnwindSafe for PageBlockHorizontalAlignmentLeft
impl Send for PageBlockHorizontalAlignmentLeft
impl Sync for PageBlockHorizontalAlignmentLeft
impl Unpin for PageBlockHorizontalAlignmentLeft
impl UnwindSafe for PageBlockHorizontalAlignmentLeft
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more