Struct gpui2::UniformList

source ·
pub struct UniformList { /* private fields */ }

Implementations§

source§

impl UniformList

source

pub fn with_width_from_item(self, item_index: Option<usize>) -> Self

source

pub fn track_scroll(self, handle: UniformListScrollHandle) -> Self

Trait Implementations§

source§

impl Element for UniformList

§

type State = UniformListState

source§

fn layout( &mut self, state: Option<Self::State>, cx: &mut WindowContext<'_> ) -> (LayoutId, Self::State)

source§

fn paint( self, bounds: Bounds<Pixels>, element_state: &mut Self::State, cx: &mut WindowContext<'_> )

source§

fn into_any(self) -> AnyElement

source§

impl InteractiveElement for UniformList

source§

fn interactivity(&mut self) -> &mut Interactivity

source§

fn group(self, group: impl Into<SharedString>) -> Self

source§

fn id(self, id: impl Into<ElementId>) -> Stateful<Self>

source§

fn track_focus(self, focus_handle: &FocusHandle) -> Focusable<Self>

source§

fn key_context<C, E>(self, key_context: C) -> Selfwhere C: TryInto<KeyContext, Error = E>, E: Debug,

source§

fn hover(self, f: impl FnOnce(StyleRefinement) -> StyleRefinement) -> Self

source§

fn group_hover( self, group_name: impl Into<SharedString>, f: impl FnOnce(StyleRefinement) -> StyleRefinement ) -> Self

source§

fn on_mouse_down( self, button: MouseButton, listener: impl Fn(&MouseDownEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_any_mouse_down( self, listener: impl Fn(&MouseDownEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_mouse_up( self, button: MouseButton, listener: impl Fn(&MouseUpEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_any_mouse_up( self, listener: impl Fn(&MouseUpEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_mouse_down_out( self, listener: impl Fn(&MouseDownEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_mouse_up_out( self, button: MouseButton, listener: impl Fn(&MouseUpEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_mouse_move( self, listener: impl Fn(&MouseMoveEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_scroll_wheel( self, listener: impl Fn(&ScrollWheelEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn capture_action<A: Action>( self, listener: impl Fn(&A, &mut WindowContext<'_>) + 'static ) -> Self

Capture the given action, before normal action dispatch can fire
source§

fn on_action<A: Action>( self, listener: impl Fn(&A, &mut WindowContext<'_>) + 'static ) -> Self

Add a listener for the given action, fires during the bubble event phase
source§

fn on_key_down( self, listener: impl Fn(&KeyDownEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn capture_key_down( self, listener: impl Fn(&KeyDownEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn on_key_up( self, listener: impl Fn(&KeyUpEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn capture_key_up( self, listener: impl Fn(&KeyUpEvent, &mut WindowContext<'_>) + 'static ) -> Self

source§

fn drag_over<S: 'static>( self, f: impl FnOnce(StyleRefinement) -> StyleRefinement ) -> Self

source§

fn group_drag_over<S: 'static>( self, group_name: impl Into<SharedString>, f: impl FnOnce(StyleRefinement) -> StyleRefinement ) -> Self

source§

fn on_drop<W: 'static>( self, listener: impl Fn(&View<W>, &mut WindowContext<'_>) + 'static ) -> Self

source§

impl RenderOnce for UniformList

§

type Element = UniformList

source§

fn element_id(&self) -> Option<ElementId>

source§

fn render_once(self) -> Self::Element

source§

fn render_into_any(self) -> AnyElement

source§

fn draw<T, R>( self, origin: Point<Pixels>, available_space: Size<T>, cx: &mut WindowContext<'_>, f: impl FnOnce(&mut <Self::Element as Element>::State, &mut WindowContext<'_>) -> R ) -> Rwhere T: Clone + Default + Debug + Into<AvailableSpace>,

source§

fn map<U>(self, f: impl FnOnce(Self) -> U) -> Uwhere Self: Sized, U: RenderOnce,

source§

fn when(self, condition: bool, then: impl FnOnce(Self) -> Self) -> Selfwhere Self: Sized,

source§

fn when_some<T>( self, option: Option<T>, then: impl FnOnce(Self, T) -> Self ) -> Selfwhere Self: Sized,

source§

impl Styled for UniformList

source§

fn style(&mut self) -> &mut StyleRefinement

source§

fn w(self, length: impl Clone + Into<Length>) -> Self

Sets the width of the element. Docs
source§

fn w_0(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_0(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_0p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_0p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_2(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_2(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_2p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_2p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_3p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_3p5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_7(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_7(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_8(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_8(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_9(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_9(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_10(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_10(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_11(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_11(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_12(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_12(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_16(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_16(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_20(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_20(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_24(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_24(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_32(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_32(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_40(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_40(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_48(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_48(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_56(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_56(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_64(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_64(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_72(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_72(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_80(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_80(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_96(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_96(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_auto(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_px(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_px(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_full(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_full(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_2(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_2(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_2_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_2_3(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_2_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_2_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_3_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_3_4(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_2_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_2_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_3_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_3_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_4_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_4_5(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_5_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_5_6(self) -> Self

Sets the width of the element. Docs Read more
source§

fn w_1_12(self) -> Self

Sets the width of the element. Docs Read more
source§

fn neg_w_1_12(self) -> Self

Sets the width of the element. Docs Read more
source§

fn h(self, length: impl Clone + Into<Length>) -> Self

Sets the height of the element. Docs
source§

fn h_0(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_0(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_0p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_0p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_2(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_2(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_2p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_2p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_3p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_3p5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_7(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_7(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_8(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_8(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_9(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_9(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_10(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_10(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_11(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_11(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_12(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_12(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_16(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_16(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_20(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_20(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_24(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_24(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_32(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_32(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_40(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_40(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_48(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_48(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_56(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_56(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_64(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_64(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_72(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_72(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_80(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_80(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_96(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_96(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_auto(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_px(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_px(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_full(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_full(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_2(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_2(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_2_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_2_3(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_2_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_2_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_3_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_3_4(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_2_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_2_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_3_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_3_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_4_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_4_5(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_5_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_5_6(self) -> Self

Sets the height of the element. Docs Read more
source§

fn h_1_12(self) -> Self

Sets the height of the element. Docs Read more
source§

fn neg_h_1_12(self) -> Self

Sets the height of the element. Docs Read more
source§

fn size(self, length: impl Clone + Into<Length>) -> Self

Sets the width and height of the element.
source§

fn size_0(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_0(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_0p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_0p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_2(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_2(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_2p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_2p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_3p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_3p5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_7(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_7(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_8(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_8(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_9(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_9(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_10(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_10(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_11(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_11(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_12(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_12(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_16(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_16(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_20(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_20(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_24(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_24(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_32(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_32(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_40(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_40(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_48(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_48(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_56(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_56(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_64(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_64(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_72(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_72(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_80(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_80(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_96(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_96(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_auto(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_px(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_px(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_full(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_full(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_2(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_2(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_2_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_2_3(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_2_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_2_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_3_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_3_4(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_2_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_2_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_3_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_3_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_4_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_4_5(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_5_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_5_6(self) -> Self

Sets the width and height of the element. Read more
source§

fn size_1_12(self) -> Self

Sets the width and height of the element. Read more
source§

fn neg_size_1_12(self) -> Self

Sets the width and height of the element. Read more
source§

fn min_w(self, length: impl Clone + Into<Length>) -> Self

Sets the minimum width of the element. Docs
source§

fn min_w_0(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_0(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_0p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_0p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_2(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_2(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_2p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_2p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_3p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_3p5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_7(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_7(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_8(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_8(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_9(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_9(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_10(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_10(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_11(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_11(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_12(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_12(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_16(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_16(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_20(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_20(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_24(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_24(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_32(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_32(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_40(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_40(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_48(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_48(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_56(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_56(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_64(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_64(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_72(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_72(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_80(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_80(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_96(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_96(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_auto(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_px(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_px(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_full(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_full(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_2(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_2(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_2_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_2_3(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_2_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_2_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_3_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_3_4(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_2_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_2_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_3_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_3_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_4_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_4_5(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_5_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_5_6(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_w_1_12(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn neg_min_w_1_12(self) -> Self

Sets the minimum width of the element. Docs Read more
source§

fn min_h(self, length: impl Clone + Into<Length>) -> Self

Sets the minimum height of the element. Docs
source§

fn min_h_0(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_0(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_0p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_0p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_2(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_2(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_2p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_2p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_3p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_3p5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_7(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_7(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_8(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_8(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_9(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_9(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_10(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_10(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_11(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_11(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_12(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_12(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_16(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_16(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_20(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_20(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_24(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_24(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_32(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_32(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_40(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_40(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_48(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_48(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_56(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_56(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_64(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_64(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_72(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_72(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_80(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_80(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_96(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_96(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_auto(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_px(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_px(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_full(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_full(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_2(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_2(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_2_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_2_3(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_2_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_2_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_3_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_3_4(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_2_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_2_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_3_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_3_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_4_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_4_5(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_5_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_5_6(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn min_h_1_12(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn neg_min_h_1_12(self) -> Self

Sets the minimum height of the element. Docs Read more
source§

fn max_w(self, length: impl Clone + Into<Length>) -> Self

Sets the maximum width of the element. Docs
source§

fn max_w_0(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_0(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_0p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_0p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_2(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_2(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_2p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_2p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_3p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_3p5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_7(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_7(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_8(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_8(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_9(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_9(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_10(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_10(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_11(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_11(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_12(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_12(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_16(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_16(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_20(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_20(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_24(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_24(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_32(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_32(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_40(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_40(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_48(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_48(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_56(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_56(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_64(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_64(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_72(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_72(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_80(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_80(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_96(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_96(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_auto(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_px(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_px(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_full(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_full(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_2(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_2(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_2_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_2_3(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_2_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_2_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_3_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_3_4(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_2_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_2_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_3_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_3_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_4_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_4_5(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_5_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_5_6(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_w_1_12(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn neg_max_w_1_12(self) -> Self

Sets the maximum width of the element. Docs Read more
source§

fn max_h(self, length: impl Clone + Into<Length>) -> Self

Sets the maximum height of the element. Docs
source§

fn max_h_0(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_0(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_0p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_0p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_2(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_2(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_2p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_2p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_3p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_3p5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_7(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_7(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_8(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_8(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_9(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_9(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_10(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_10(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_11(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_11(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_12(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_12(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_16(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_16(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_20(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_20(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_24(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_24(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_32(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_32(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_40(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_40(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_48(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_48(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_56(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_56(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_64(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_64(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_72(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_72(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_80(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_80(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_96(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_96(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_auto(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_px(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_px(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_full(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_full(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_2(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_2(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_2_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_2_3(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_2_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_2_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_3_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_3_4(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_2_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_2_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_3_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_3_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_4_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_4_5(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_5_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_5_6(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn max_h_1_12(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn neg_max_h_1_12(self) -> Self

Sets the maximum height of the element. Docs Read more
source§

fn m(self, length: impl Clone + Into<Length>) -> Self

Sets the margin of the element. Docs
source§

fn m_0(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_0(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_0p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_0p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_2(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_2(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_2p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_2p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_3p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_3p5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_7(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_7(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_8(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_8(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_9(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_9(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_10(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_10(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_11(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_11(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_12(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_12(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_16(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_16(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_20(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_20(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_24(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_24(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_32(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_32(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_40(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_40(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_48(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_48(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_56(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_56(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_64(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_64(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_72(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_72(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_80(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_80(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_96(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_96(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_auto(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_px(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_px(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_full(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_full(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_2(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_2(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_2_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_2_3(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_2_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_2_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_3_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_3_4(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_2_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_2_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_3_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_3_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_4_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_4_5(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_5_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_5_6(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn m_1_12(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn neg_m_1_12(self) -> Self

Sets the margin of the element. Docs Read more
source§

fn mt(self, length: impl Clone + Into<Length>) -> Self

Sets the top margin of the element. Docs
source§

fn mt_0(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_0(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_0p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_0p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_2(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_2(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_2p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_2p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_3p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_3p5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_7(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_7(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_8(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_8(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_9(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_9(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_10(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_10(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_11(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_11(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_12(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_12(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_16(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_16(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_20(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_20(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_24(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_24(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_32(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_32(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_40(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_40(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_48(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_48(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_56(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_56(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_64(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_64(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_72(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_72(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_80(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_80(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_96(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_96(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_auto(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_px(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_px(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_full(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_full(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_2(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_2(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_2_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_2_3(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_2_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_2_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_3_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_3_4(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_2_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_2_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_3_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_3_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_4_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_4_5(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_5_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_5_6(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mt_1_12(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn neg_mt_1_12(self) -> Self

Sets the top margin of the element. Docs Read more
source§

fn mb(self, length: impl Clone + Into<Length>) -> Self

Sets the bottom margin of the element. Docs
source§

fn mb_0(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_0(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_0p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_0p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_2(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_2(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_2p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_2p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_3p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_3p5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_7(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_7(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_8(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_8(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_9(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_9(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_10(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_10(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_11(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_11(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_12(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_12(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_16(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_16(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_20(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_20(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_24(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_24(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_32(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_32(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_40(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_40(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_48(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_48(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_56(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_56(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_64(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_64(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_72(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_72(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_80(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_80(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_96(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_96(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_auto(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_px(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_px(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_full(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_full(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_2(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_2(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_2_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_2_3(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_2_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_2_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_3_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_3_4(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_2_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_2_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_3_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_3_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_4_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_4_5(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_5_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_5_6(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn mb_1_12(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn neg_mb_1_12(self) -> Self

Sets the bottom margin of the element. Docs Read more
source§

fn my(self, length: impl Clone + Into<Length>) -> Self

Sets the vertical margin of the element. Docs
source§

fn my_0(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_0(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_0p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_0p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_2(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_2(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_2p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_2p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_3p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_3p5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_7(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_7(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_8(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_8(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_9(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_9(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_10(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_10(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_11(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_11(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_12(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_12(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_16(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_16(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_20(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_20(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_24(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_24(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_32(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_32(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_40(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_40(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_48(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_48(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_56(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_56(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_64(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_64(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_72(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_72(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_80(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_80(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_96(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_96(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_auto(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_px(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_px(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_full(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_full(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_2(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_2(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_2_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_2_3(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_2_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_2_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_3_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_3_4(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_2_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_2_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_3_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_3_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_4_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_4_5(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_5_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_5_6(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn my_1_12(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn neg_my_1_12(self) -> Self

Sets the vertical margin of the element. Docs Read more
source§

fn mx(self, length: impl Clone + Into<Length>) -> Self

Sets the horizontal margin of the element. Docs
source§

fn mx_0(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_0(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_0p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_0p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_2(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_2(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_2p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_2p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_3p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_3p5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_7(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_7(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_8(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_8(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_9(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_9(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_10(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_10(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_11(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_11(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_12(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_12(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_16(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_16(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_20(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_20(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_24(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_24(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_32(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_32(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_40(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_40(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_48(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_48(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_56(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_56(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_64(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_64(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_72(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_72(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_80(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_80(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_96(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_96(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_auto(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_px(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_px(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_full(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_full(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_2(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_2(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_2_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_2_3(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_2_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_2_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_3_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_3_4(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_2_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_2_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_3_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_3_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_4_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_4_5(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_5_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_5_6(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn mx_1_12(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn neg_mx_1_12(self) -> Self

Sets the horizontal margin of the element. Docs Read more
source§

fn ml(self, length: impl Clone + Into<Length>) -> Self

Sets the left margin of the element. Docs
source§

fn ml_0(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_0(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_0p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_0p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_2(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_2(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_2p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_2p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_3p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_3p5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_7(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_7(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_8(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_8(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_9(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_9(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_10(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_10(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_11(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_11(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_12(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_12(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_16(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_16(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_20(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_20(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_24(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_24(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_32(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_32(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_40(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_40(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_48(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_48(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_56(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_56(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_64(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_64(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_72(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_72(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_80(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_80(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_96(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_96(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_auto(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_px(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_px(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_full(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_full(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_2(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_2(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_2_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_2_3(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_2_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_2_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_3_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_3_4(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_2_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_2_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_3_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_3_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_4_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_4_5(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_5_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_5_6(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn ml_1_12(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn neg_ml_1_12(self) -> Self

Sets the left margin of the element. Docs Read more
source§

fn mr(self, length: impl Clone + Into<Length>) -> Self

Sets the right margin of the element. Docs
source§

fn mr_0(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_0(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_0p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_0p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_2(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_2(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_2p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_2p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_3p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_3p5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_7(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_7(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_8(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_8(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_9(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_9(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_10(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_10(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_11(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_11(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_12(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_12(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_16(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_16(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_20(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_20(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_24(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_24(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_32(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_32(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_40(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_40(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_48(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_48(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_56(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_56(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_64(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_64(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_72(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_72(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_80(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_80(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_96(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_96(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_auto(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_px(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_px(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_full(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_full(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_2(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_2(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_2_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_2_3(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_2_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_2_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_3_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_3_4(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_2_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_2_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_3_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_3_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_4_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_4_5(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_5_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_5_6(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn mr_1_12(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn neg_mr_1_12(self) -> Self

Sets the right margin of the element. Docs Read more
source§

fn p(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the padding of the element. Docs
source§

fn p_0(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_0(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_0p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_0p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_2(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_2(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_2p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_2p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_3p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_3p5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_7(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_7(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_8(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_8(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_9(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_9(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_10(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_10(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_11(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_11(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_12(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_12(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_16(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_16(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_20(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_20(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_24(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_24(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_32(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_32(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_40(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_40(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_48(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_48(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_56(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_56(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_64(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_64(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_72(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_72(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_80(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_80(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_96(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_96(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_px(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_px(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_full(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_full(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_2(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_2(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_2_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_2_3(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_2_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_2_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_3_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_3_4(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_2_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_2_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_3_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_3_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_4_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_4_5(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_5_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_5_6(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn p_1_12(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn neg_p_1_12(self) -> Self

Sets the padding of the element. Docs Read more
source§

fn pt(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the top padding of the element. Docs
source§

fn pt_0(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_0(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_0p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_0p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_2(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_2(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_2p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_2p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_3p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_3p5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_7(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_7(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_8(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_8(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_9(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_9(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_10(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_10(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_11(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_11(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_12(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_12(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_16(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_16(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_20(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_20(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_24(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_24(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_32(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_32(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_40(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_40(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_48(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_48(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_56(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_56(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_64(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_64(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_72(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_72(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_80(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_80(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_96(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_96(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_px(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_px(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_full(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_full(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_2(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_2(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_2_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_2_3(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_2_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_2_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_3_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_3_4(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_2_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_2_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_3_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_3_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_4_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_4_5(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_5_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_5_6(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pt_1_12(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn neg_pt_1_12(self) -> Self

Sets the top padding of the element. Docs Read more
source§

fn pb(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the bottom padding of the element. Docs
source§

fn pb_0(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_0(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_0p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_0p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_2(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_2(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_2p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_2p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_3p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_3p5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_7(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_7(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_8(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_8(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_9(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_9(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_10(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_10(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_11(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_11(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_12(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_12(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_16(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_16(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_20(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_20(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_24(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_24(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_32(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_32(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_40(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_40(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_48(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_48(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_56(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_56(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_64(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_64(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_72(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_72(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_80(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_80(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_96(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_96(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_px(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_px(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_full(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_full(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_2(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_2(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_2_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_2_3(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_2_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_2_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_3_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_3_4(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_2_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_2_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_3_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_3_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_4_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_4_5(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_5_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_5_6(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn pb_1_12(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn neg_pb_1_12(self) -> Self

Sets the bottom padding of the element. Docs Read more
source§

fn px(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the horizontal padding of the element. Docs
source§

fn px_0(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_0(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_0p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_0p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_2(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_2(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_2p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_2p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_3p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_3p5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_7(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_7(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_8(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_8(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_9(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_9(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_10(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_10(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_11(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_11(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_12(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_12(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_16(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_16(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_20(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_20(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_24(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_24(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_32(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_32(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_40(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_40(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_48(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_48(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_56(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_56(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_64(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_64(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_72(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_72(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_80(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_80(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_96(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_96(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_px(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_px(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_full(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_full(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_2(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_2(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_2_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_2_3(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_2_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_2_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_3_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_3_4(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_2_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_2_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_3_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_3_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_4_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_4_5(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_5_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_5_6(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn px_1_12(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn neg_px_1_12(self) -> Self

Sets the horizontal padding of the element. Docs Read more
source§

fn py(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the vertical padding of the element. Docs
source§

fn py_0(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_0(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_0p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_0p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_2(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_2(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_2p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_2p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_3p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_3p5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_7(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_7(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_8(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_8(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_9(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_9(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_10(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_10(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_11(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_11(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_12(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_12(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_16(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_16(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_20(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_20(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_24(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_24(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_32(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_32(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_40(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_40(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_48(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_48(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_56(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_56(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_64(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_64(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_72(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_72(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_80(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_80(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_96(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_96(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_px(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_px(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_full(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_full(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_2(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_2(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_2_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_2_3(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_2_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_2_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_3_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_3_4(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_2_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_2_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_3_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_3_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_4_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_4_5(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_5_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_5_6(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn py_1_12(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn neg_py_1_12(self) -> Self

Sets the vertical padding of the element. Docs Read more
source§

fn pl(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the left padding of the element. Docs
source§

fn pl_0(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_0(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_0p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_0p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_2(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_2(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_2p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_2p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_3p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_3p5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_7(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_7(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_8(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_8(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_9(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_9(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_10(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_10(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_11(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_11(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_12(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_12(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_16(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_16(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_20(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_20(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_24(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_24(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_32(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_32(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_40(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_40(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_48(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_48(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_56(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_56(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_64(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_64(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_72(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_72(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_80(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_80(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_96(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_96(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_px(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_px(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_full(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_full(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_2(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_2(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_2_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_2_3(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_2_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_2_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_3_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_3_4(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_2_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_2_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_3_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_3_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_4_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_4_5(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_5_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_5_6(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pl_1_12(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn neg_pl_1_12(self) -> Self

Sets the left padding of the element. Docs Read more
source§

fn pr(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the right padding of the element. Docs
source§

fn pr_0(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_0(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_0p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_0p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_2(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_2(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_2p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_2p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_3p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_3p5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_7(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_7(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_8(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_8(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_9(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_9(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_10(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_10(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_11(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_11(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_12(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_12(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_16(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_16(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_20(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_20(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_24(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_24(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_32(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_32(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_40(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_40(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_48(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_48(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_56(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_56(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_64(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_64(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_72(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_72(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_80(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_80(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_96(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_96(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_px(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_px(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_full(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_full(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_2(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_2(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_2_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_2_3(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_2_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_2_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_3_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_3_4(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_2_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_2_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_3_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_3_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_4_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_4_5(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_5_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_5_6(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn pr_1_12(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn neg_pr_1_12(self) -> Self

Sets the right padding of the element. Docs Read more
source§

fn inset(self, length: impl Clone + Into<Length>) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs
source§

fn inset_0(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_0(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_0p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_0p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_2(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_2(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_2p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_2p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_3p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_3p5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_7(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_7(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_8(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_8(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_9(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_9(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_10(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_10(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_11(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_11(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_12(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_12(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_16(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_16(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_20(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_20(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_24(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_24(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_32(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_32(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_40(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_40(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_48(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_48(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_56(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_56(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_64(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_64(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_72(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_72(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_80(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_80(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_96(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_96(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_auto(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_px(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_px(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_full(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_full(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_2(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_2(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_2_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_2_3(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_2_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_2_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_3_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_3_4(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_2_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_2_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_3_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_3_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_4_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_4_5(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_5_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_5_6(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn inset_1_12(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn neg_inset_1_12(self) -> Self

Sets the top, right, bottom, and left values of a positioned element. Docs Read more
source§

fn top(self, length: impl Clone + Into<Length>) -> Self

Sets the top value of a positioned element. Docs
source§

fn top_0(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_0(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_0p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_0p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_2(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_2(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_2p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_2p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_3p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_3p5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_7(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_7(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_8(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_8(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_9(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_9(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_10(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_10(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_11(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_11(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_12(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_12(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_16(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_16(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_20(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_20(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_24(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_24(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_32(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_32(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_40(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_40(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_48(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_48(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_56(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_56(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_64(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_64(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_72(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_72(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_80(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_80(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_96(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_96(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_auto(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_px(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_px(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_full(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_full(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_2(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_2(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_2_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_2_3(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_2_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_2_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_3_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_3_4(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_2_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_2_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_3_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_3_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_4_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_4_5(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_5_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_5_6(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn top_1_12(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn neg_top_1_12(self) -> Self

Sets the top value of a positioned element. Docs Read more
source§

fn bottom(self, length: impl Clone + Into<Length>) -> Self

Sets the bottom value of a positioned element. Docs
source§

fn bottom_0(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_0(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_0p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_0p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_2(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_2(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_2p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_2p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_3p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_3p5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_7(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_7(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_8(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_8(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_9(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_9(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_10(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_10(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_11(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_11(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_12(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_12(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_16(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_16(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_20(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_20(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_24(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_24(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_32(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_32(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_40(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_40(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_48(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_48(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_56(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_56(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_64(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_64(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_72(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_72(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_80(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_80(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_96(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_96(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_auto(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_px(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_px(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_full(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_full(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_2(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_2(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_2_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_2_3(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_2_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_2_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_3_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_3_4(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_2_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_2_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_3_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_3_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_4_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_4_5(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_5_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_5_6(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn bottom_1_12(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn neg_bottom_1_12(self) -> Self

Sets the bottom value of a positioned element. Docs Read more
source§

fn left(self, length: impl Clone + Into<Length>) -> Self

Sets the left value of a positioned element. Docs
source§

fn left_0(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_0(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_0p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_0p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_2(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_2(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_2p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_2p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_3p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_3p5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_7(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_7(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_8(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_8(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_9(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_9(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_10(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_10(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_11(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_11(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_12(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_12(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_16(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_16(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_20(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_20(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_24(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_24(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_32(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_32(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_40(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_40(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_48(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_48(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_56(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_56(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_64(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_64(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_72(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_72(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_80(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_80(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_96(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_96(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_auto(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_px(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_px(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_full(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_full(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_2(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_2(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_2_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_2_3(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_2_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_2_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_3_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_3_4(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_2_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_2_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_3_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_3_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_4_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_4_5(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_5_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_5_6(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn left_1_12(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn neg_left_1_12(self) -> Self

Sets the left value of a positioned element. Docs Read more
source§

fn right(self, length: impl Clone + Into<Length>) -> Self

Sets the right value of a positioned element. Docs
source§

fn right_0(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_0(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_0p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_0p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_2(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_2(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_2p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_2p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_3p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_3p5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_7(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_7(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_8(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_8(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_9(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_9(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_10(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_10(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_11(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_11(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_12(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_12(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_16(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_16(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_20(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_20(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_24(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_24(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_32(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_32(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_40(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_40(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_48(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_48(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_56(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_56(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_64(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_64(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_72(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_72(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_80(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_80(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_96(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_96(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_auto(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_px(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_px(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_full(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_full(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_2(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_2(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_2_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_2_3(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_2_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_2_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_3_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_3_4(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_2_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_2_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_3_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_3_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_4_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_4_5(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_5_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_5_6(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn right_1_12(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn neg_right_1_12(self) -> Self

Sets the right value of a positioned element. Docs Read more
source§

fn gap(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the gap between rows and columns in flex layouts. Docs
source§

fn gap_0(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_0(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_0p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_0p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_2(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_2(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_2p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_2p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_3p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_3p5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_7(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_7(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_8(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_8(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_9(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_9(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_10(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_10(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_11(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_11(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_12(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_12(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_16(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_16(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_20(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_20(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_24(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_24(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_32(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_32(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_40(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_40(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_48(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_48(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_56(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_56(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_64(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_64(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_72(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_72(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_80(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_80(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_96(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_96(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_px(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_px(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_full(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_full(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_2(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_2(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_2_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_2_3(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_2_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_2_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_3_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_3_4(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_2_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_2_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_3_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_3_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_4_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_4_5(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_5_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_5_6(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_1_12(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn neg_gap_1_12(self) -> Self

Sets the gap between rows and columns in flex layouts. Docs Read more
source§

fn gap_x(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the gap between columns in flex layouts. Docs
source§

fn gap_x_0(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_0(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_0p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_0p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_2(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_2(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_2p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_2p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_3p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_3p5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_7(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_7(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_8(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_8(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_9(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_9(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_10(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_10(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_11(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_11(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_12(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_12(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_16(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_16(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_20(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_20(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_24(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_24(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_32(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_32(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_40(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_40(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_48(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_48(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_56(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_56(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_64(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_64(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_72(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_72(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_80(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_80(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_96(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_96(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_px(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_px(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_full(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_full(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_2(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_2(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_2_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_2_3(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_2_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_2_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_3_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_3_4(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_2_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_2_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_3_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_3_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_4_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_4_5(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_5_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_5_6(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_x_1_12(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn neg_gap_x_1_12(self) -> Self

Sets the gap between columns in flex layouts. Docs Read more
source§

fn gap_y(self, length: impl Clone + Into<DefiniteLength>) -> Self

Sets the gap between rows in flex layouts. Docs
source§

fn gap_y_0(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_0(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_0p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_0p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_2(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_2(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_2p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_2p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_3p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_3p5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_7(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_7(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_8(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_8(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_9(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_9(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_10(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_10(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_11(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_11(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_12(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_12(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_16(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_16(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_20(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_20(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_24(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_24(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_32(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_32(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_40(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_40(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_48(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_48(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_56(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_56(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_64(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_64(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_72(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_72(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_80(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_80(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_96(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_96(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_px(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_px(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_full(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_full(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_2(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_2(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_2_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_2_3(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_2_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_2_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_3_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_3_4(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_2_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_2_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_3_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_3_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_4_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_4_5(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_5_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_5_6(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn gap_y_1_12(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn neg_gap_y_1_12(self) -> Self

Sets the gap between rows in flex layouts. Docs Read more
source§

fn rounded(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the element. Docs
source§

fn rounded_none(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_sm(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_md(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_lg(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_xl(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_2xl(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_3xl(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_full(self) -> Self

Sets the border radius of the element. Docs Read more
source§

fn rounded_t(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the top side of the element. Docs
source§

fn rounded_t_none(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_sm(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_md(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_lg(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_xl(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_2xl(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_3xl(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_t_full(self) -> Self

Sets the border radius of the top side of the element. Docs Read more
source§

fn rounded_b(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the bottom side of the element. Docs
source§

fn rounded_b_none(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_sm(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_md(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_lg(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_xl(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_2xl(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_3xl(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_b_full(self) -> Self

Sets the border radius of the bottom side of the element. Docs Read more
source§

fn rounded_r(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the right side of the element. Docs
source§

fn rounded_r_none(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_sm(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_md(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_lg(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_xl(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_2xl(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_3xl(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_r_full(self) -> Self

Sets the border radius of the right side of the element. Docs Read more
source§

fn rounded_l(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the left side of the element. Docs
source§

fn rounded_l_none(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_sm(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_md(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_lg(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_xl(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_2xl(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_3xl(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_l_full(self) -> Self

Sets the border radius of the left side of the element. Docs Read more
source§

fn rounded_tl(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the top left corner of the element. Docs
source§

fn rounded_tl_none(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_sm(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_md(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_lg(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_xl(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_2xl(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_3xl(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tl_full(self) -> Self

Sets the border radius of the top left corner of the element. Docs Read more
source§

fn rounded_tr(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the top right corner of the element. Docs
source§

fn rounded_tr_none(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_sm(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_md(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_lg(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_xl(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_2xl(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_3xl(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_tr_full(self) -> Self

Sets the border radius of the top right corner of the element. Docs Read more
source§

fn rounded_bl(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the bottom left corner of the element. Docs
source§

fn rounded_bl_none(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_sm(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_md(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_lg(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_xl(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_2xl(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_3xl(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_bl_full(self) -> Self

Sets the border radius of the bottom left corner of the element. Docs Read more
source§

fn rounded_br(self, length: impl Clone + Into<AbsoluteLength>) -> Self

Sets the border radius of the bottom right corner of the element. Docs
source§

fn rounded_br_none(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_sm(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_md(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_lg(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_xl(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_2xl(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_3xl(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn rounded_br_full(self) -> Self

Sets the border radius of the bottom right corner of the element. Docs Read more
source§

fn border(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_0(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_1(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_2(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_3(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_4(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_5(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_6(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_7(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_8(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_9(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_10(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_11(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_12(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_16(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_20(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_24(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_32(self) -> Self

Sets the border width of the element. Docs Read more
source§

fn border_t(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_0(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_1(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_2(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_3(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_4(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_5(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_6(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_7(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_8(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_9(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_10(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_11(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_12(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_16(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_20(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_24(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_t_32(self) -> Self

Sets the border width of the top side of the element. Docs Read more
source§

fn border_b(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_0(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_1(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_2(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_3(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_4(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_5(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_6(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_7(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_8(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_9(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_10(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_11(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_12(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_16(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_20(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_24(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_b_32(self) -> Self

Sets the border width of the bottom side of the element. Docs Read more
source§

fn border_r(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_0(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_1(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_2(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_3(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_4(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_5(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_6(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_7(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_8(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_9(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_10(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_11(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_12(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_16(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_20(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_24(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_r_32(self) -> Self

Sets the border width of the right side of the element. Docs Read more
source§

fn border_l(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_0(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_1(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_2(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_3(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_4(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_5(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_6(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_7(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_8(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_9(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_10(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_11(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_12(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_16(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_20(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_24(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_l_32(self) -> Self

Sets the border width of the left side of the element. Docs Read more
source§

fn border_x(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_0(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_1(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_2(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_3(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_4(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_5(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_6(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_7(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_8(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_9(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_10(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_11(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_12(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_16(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_20(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_24(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_x_32(self) -> Self

Sets the border width of the vertical sides of the element. Docs Read more
source§

fn border_y(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_0(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_1(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_2(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_3(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_4(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_5(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_6(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_7(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_8(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_9(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_10(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_11(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_12(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_16(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_20(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_24(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn border_y_32(self) -> Self

Sets the border width of the horizontal sides of the element. Docs Read more
source§

fn z_index(self, z_index: u32) -> Self

source§

fn full(self) -> Self

Sets the size of the element to the full width and height.
source§

fn relative(self) -> Self

Sets the position of the element to relative. Docs
source§

fn absolute(self) -> Self

Sets the position of the element to absolute. Docs
source§

fn block(self) -> Self

Sets the display type of the element to block. Docs
source§

fn flex(self) -> Self

Sets the display type of the element to flex. Docs
source§

fn visible(self) -> Self

Sets the visibility of the element to visible. Docs
source§

fn invisible(self) -> Self

Sets the visibility of the element to hidden. Docs
source§

fn overflow_hidden(self) -> Self

source§

fn overflow_hidden_x(self) -> Self

source§

fn overflow_hidden_y(self) -> Self

source§

fn cursor(self, cursor: CursorStyle) -> Self

source§

fn cursor_default(self) -> Self

Sets the cursor style when hovering an element to default. Docs
source§

fn cursor_pointer(self) -> Self

Sets the cursor style when hovering an element to pointer. Docs
source§

fn flex_col(self) -> Self

Sets the flex direction of the element to column. Docs
source§

fn flex_row(self) -> Self

Sets the flex direction of the element to row. Docs
source§

fn flex_1(self) -> Self

Sets the element to allow a flex item to grow and shrink as needed, ignoring its initial size. Docs
source§

fn flex_auto(self) -> Self

Sets the element to allow a flex item to grow and shrink, taking into account its initial size. Docs
source§

fn flex_initial(self) -> Self

Sets the element to allow a flex item to shrink but not grow, taking into account its initial size. Docs
source§

fn flex_none(self) -> Self

Sets the element to prevent a flex item from growing or shrinking. Docs
source§

fn grow(self) -> Self

Sets the element to allow a flex item to grow to fill any available space. Docs
source§

fn items_start(self) -> Self

Sets the element to align flex items to the start of the container’s cross axis. Docs
source§

fn items_end(self) -> Self

Sets the element to align flex items to the end of the container’s cross axis. Docs
source§

fn items_center(self) -> Self

Sets the element to align flex items along the center of the container’s cross axis. Docs
source§

fn justify_between(self) -> Self

Sets the element to justify flex items along the container’s main axis such that there is an equal amount of space between each item. Docs
source§

fn justify_center(self) -> Self

Sets the element to justify flex items along the center of the container’s main axis. Docs
source§

fn justify_start(self) -> Self

Sets the element to justify flex items against the start of the container’s main axis. Docs
source§

fn justify_end(self) -> Self

Sets the element to justify flex items against the end of the container’s main axis. Docs
source§

fn justify_around(self) -> Self

Sets the element to justify items along the container’s main axis such that there is an equal amount of space on each side of each item. Docs
source§

fn bg<F>(self, fill: F) -> Selfwhere F: Into<Fill>, Self: Sized,

Sets the background color of the element.
source§

fn border_color<C>(self, border_color: C) -> Selfwhere C: Into<Hsla>, Self: Sized,

Sets the border color of the element.
source§

fn shadow(self, shadows: SmallVec<[BoxShadow; 2]>) -> Self

Sets the box shadow of the element. Docs
source§

fn shadow_none(self) -> Self

Clears the box shadow of the element. Docs
source§

fn shadow_sm(self) -> Self

Sets the box shadow of the element. Docs
source§

fn shadow_md(self) -> Self

Sets the box shadow of the element. Docs
source§

fn shadow_lg(self) -> Self

Sets the box shadow of the element. Docs
source§

fn shadow_xl(self) -> Self

Sets the box shadow of the element. Docs
source§

fn shadow_2xl(self) -> Self

Sets the box shadow of the element. Docs
source§

fn text_style(&mut self) -> &mut Option<TextStyleRefinement>

source§

fn text_color(self, color: impl Into<Hsla>) -> Self

source§

fn text_size(self, size: impl Into<AbsoluteLength>) -> Self

source§

fn text_xs(self) -> Self

source§

fn text_sm(self) -> Self

source§

fn text_base(self) -> Self

source§

fn text_lg(self) -> Self

source§

fn text_xl(self) -> Self

source§

fn text_2xl(self) -> Self

source§

fn text_3xl(self) -> Self

source§

fn text_decoration_none(self) -> Self

source§

fn text_decoration_color(self, color: impl Into<Hsla>) -> Self

source§

fn text_decoration_solid(self) -> Self

source§

fn text_decoration_wavy(self) -> Self

source§

fn text_decoration_0(self) -> Self

source§

fn text_decoration_1(self) -> Self

source§

fn text_decoration_2(self) -> Self

source§

fn text_decoration_4(self) -> Self

source§

fn text_decoration_8(self) -> Self

source§

fn font(self, family_name: impl Into<SharedString>) -> Self

source§

fn line_height(self, line_height: impl Into<DefiniteLength>) -> Self

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more