Enum docx_rust::formatting::VAlignType
source · [−]pub enum VAlignType {
Top,
Center,
Both,
Bottom,
}
Variants
Top
Center
Both
Bottom
Trait Implementations
sourceimpl Clone for VAlignType
impl Clone for VAlignType
sourcefn clone(&self) -> VAlignType
fn clone(&self) -> VAlignType
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 Debug for VAlignType
impl Debug for VAlignType
sourceimpl Default for VAlignType
impl Default for VAlignType
sourcefn default() -> VAlignType
fn default() -> VAlignType
Returns the “default value” for a type. Read more
sourceimpl Display for VAlignType
impl Display for VAlignType
Auto Trait Implementations
impl RefUnwindSafe for VAlignType
impl Send for VAlignType
impl Sync for VAlignType
impl Unpin for VAlignType
impl UnwindSafe for VAlignType
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