pub struct paragraph;
Implementations§
source§impl paragraph
impl paragraph
pub const layer: (&'static str, Option<&'static str>, bool) = ("layer", None, false)
pub const height: (&'static str, Option<&'static str>, bool) = ("height", None, false)
pub const width: (&'static str, Option<&'static str>, bool) = ("width", None, false)
pub const min_height: (&'static str, Option<&'static str>, bool) = ("min_height", None, false)
pub const min_width: (&'static str, Option<&'static str>, bool) = ("min_width", None, false)
pub const max_height: (&'static str, Option<&'static str>, bool) = ("max_height", None, false)
pub const max_width: (&'static str, Option<&'static str>, bool) = ("max_width", None, false)
pub const align: (&'static str, Option<&'static str>, bool) = ("align", None, false)
pub const cursor_index: (&'static str, Option<&'static str>, bool) = ("cursor_index", None, false)
pub const max_lines: (&'static str, Option<&'static str>, bool) = ("max_lines", None, false)
pub const cursor_color: (&'static str, Option<&'static str>, bool) = ("cursor_color", None, false)
pub const cursor_mode: (&'static str, Option<&'static str>, bool) = ("cursor_mode", None, false)
pub const line_height: (&'static str, Option<&'static str>, bool) = ("line_height", None, false)
pub const cursor_id: (&'static str, Option<&'static str>, bool) = ("cursor_id", None, false)
pub const direction: (&'static str, Option<&'static str>, bool) = ("direction", None, false)
pub const rotate: (&'static str, Option<&'static str>, bool) = ("rotate", None, false)
pub const role: (&'static str, Option<&'static str>, bool) = ("role", None, false)
pub const focus_id: (&'static str, Option<&'static str>, bool) = ("focus_id", None, false)
pub const highlights: (&'static str, Option<&'static str>, bool) = ("highlights", None, false)
pub const highlight_color: (&'static str, Option<&'static str>, bool) = ("highlight_color", None, false)
pub const font_size: (&'static str, Option<&'static str>, bool) = ("font_size", None, false)
pub const font_family: (&'static str, Option<&'static str>, bool) = ("font_family", None, false)
pub const alt: (&'static str, Option<&'static str>, bool) = ("alt", None, false)
pub const name: (&'static str, Option<&'static str>, bool) = ("name", None, false)
pub const font_style: (&'static str, Option<&'static str>, bool) = ("font_style", None, false)
pub const font_weight: (&'static str, Option<&'static str>, bool) = ("font_weight", None, false)
pub const font_width: (&'static str, Option<&'static str>, bool) = ("font_width", None, false)
pub const letter_spacing: (&'static str, Option<&'static str>, bool) = ("letter_spacing", None, false)
pub const word_spacing: (&'static str, Option<&'static str>, bool) = ("word_spacing", None, false)
pub const decoration: (&'static str, Option<&'static str>, bool) = ("decoration", None, false)
pub const decoration_style: (&'static str, Option<&'static str>, bool) = ("decoration_style", None, false)
pub const decoration_color: (&'static str, Option<&'static str>, bool) = ("decoration_color", None, false)
pub const text_overflow: (&'static str, Option<&'static str>, bool) = ("text_overflow", None, false)
pub const focusable: (&'static str, Option<&'static str>, bool) = ("focusable", None, false)
pub const margin: (&'static str, Option<&'static str>, bool) = ("margin", None, false)
Trait Implementations§
impl GlobalAttributes for paragraph
Auto Trait Implementations§
impl RefUnwindSafe for paragraph
impl Send for paragraph
impl Sync for paragraph
impl Unpin for paragraph
impl UnwindSafe for paragraph
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