Enum docx_rs::AlignmentType
source · [−]pub enum AlignmentType {
Both,
Center,
Distribute,
End,
Left,
Right,
Justified,
Unsupported,
}
Variants
Both
Center
Distribute
End
Left
Right
Justified
Unsupported
Trait Implementations
sourceimpl Clone for AlignmentType
impl Clone for AlignmentType
sourcefn clone(&self) -> AlignmentType
fn clone(&self) -> AlignmentType
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 AlignmentType
impl Debug for AlignmentType
sourceimpl Display for AlignmentType
impl Display for AlignmentType
sourceimpl FromStr for AlignmentType
impl FromStr for AlignmentType
sourceimpl FromWasmAbi for AlignmentType
impl FromWasmAbi for AlignmentType
sourceimpl IntoWasmAbi for AlignmentType
impl IntoWasmAbi for AlignmentType
sourceimpl OptionFromWasmAbi for AlignmentType
impl OptionFromWasmAbi for AlignmentType
sourceimpl OptionIntoWasmAbi for AlignmentType
impl OptionIntoWasmAbi for AlignmentType
sourceimpl WasmDescribe for AlignmentType
impl WasmDescribe for AlignmentType
impl Copy for AlignmentType
Auto Trait Implementations
impl RefUnwindSafe for AlignmentType
impl Send for AlignmentType
impl Sync for AlignmentType
impl Unpin for AlignmentType
impl UnwindSafe for AlignmentType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
sourcefn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
. Read more