pub struct Props {
pub orientation: Orientation,
pub decorative: bool,
}Expand description
Separator rendering properties
Fields§
§orientation: OrientationOrientation of the separator (default: Horizontal)
decorative: boolIf true, render as purely decorative (aria-hidden). If false, semantic with role=“separator”
Trait Implementations§
impl Copy for Props
Auto Trait Implementations§
impl Freeze for Props
impl RefUnwindSafe for Props
impl Send for Props
impl Sync for Props
impl Unpin for Props
impl UnsafeUnpin for Props
impl UnwindSafe for Props
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more