Enum docx_rust::formatting::VAlignType
source · pub enum VAlignType {
Top,
Center,
Both,
Bottom,
}
Variants§
Trait Implementations§
source§impl Clone for VAlignType
impl Clone for VAlignType
source§fn clone(&self) -> VAlignType
fn clone(&self) -> VAlignType
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 Debug for VAlignType
impl Debug for VAlignType
source§impl Default for VAlignType
impl Default for VAlignType
source§fn default() -> VAlignType
fn default() -> VAlignType
Returns the “default value” for a type. Read more
source§impl 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§
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