pub enum TextBaseline {
Alphabetic,
Bottom,
Middle,
Top,
}Expand description
Vertical text baseline for the header title. One of "top", "bottom", "middle".
Default value: "middle"
Variants§
Trait Implementations§
Source§impl Debug for TextBaseline
impl Debug for TextBaseline
Source§impl<'de> Deserialize<'de> for TextBaseline
impl<'de> Deserialize<'de> for TextBaseline
Source§fn 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
Auto Trait Implementations§
impl Freeze for TextBaseline
impl RefUnwindSafe for TextBaseline
impl Send for TextBaseline
impl Sync for TextBaseline
impl Unpin for TextBaseline
impl UnsafeUnpin for TextBaseline
impl UnwindSafe for TextBaseline
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