pub enum VertAlignType {
Baseline,
SuperScript,
SubScript,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for VertAlignType
impl Clone for VertAlignType
Source§fn clone(&self) -> VertAlignType
fn clone(&self) -> VertAlignType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VertAlignType
Source§impl Debug for VertAlignType
impl Debug for VertAlignType
Source§impl Display for VertAlignType
impl Display for VertAlignType
Source§impl FromStr for VertAlignType
impl FromStr for VertAlignType
Source§impl PartialEq for VertAlignType
impl PartialEq for VertAlignType
Source§fn eq(&self, other: &VertAlignType) -> bool
fn eq(&self, other: &VertAlignType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VertAlignType
Auto Trait Implementations§
impl Freeze for VertAlignType
impl RefUnwindSafe for VertAlignType
impl Send for VertAlignType
impl Sync for VertAlignType
impl Unpin for VertAlignType
impl UnsafeUnpin for VertAlignType
impl UnwindSafe for VertAlignType
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