pub struct DividerProps {
pub orientation: Orientation,
pub decorative: bool,
pub class: Option<String>,
}Expand description
Properties for the Divider component.
Fields§
§orientation: Orientation§decorative: bool§class: Option<String>Trait Implementations§
Source§impl Clone for DividerProps
impl Clone for DividerProps
Source§fn clone(&self) -> DividerProps
fn clone(&self) -> DividerProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DividerProps
impl Debug for DividerProps
Source§impl Default for DividerProps
impl Default for DividerProps
Source§impl PartialEq for DividerProps
impl PartialEq for DividerProps
Source§fn eq(&self, other: &DividerProps) -> bool
fn eq(&self, other: &DividerProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DividerProps
Auto Trait Implementations§
impl Freeze for DividerProps
impl RefUnwindSafe for DividerProps
impl Send for DividerProps
impl Sync for DividerProps
impl Unpin for DividerProps
impl UnsafeUnpin for DividerProps
impl UnwindSafe for DividerProps
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