pub struct SidebarMenuButtonProps {
pub label: WidgetText,
pub size: SidebarMenuButtonSize,
pub active: bool,
pub disabled: bool,
pub show_label_when_collapsed: bool,
}Fields§
§label: WidgetText§size: SidebarMenuButtonSize§active: bool§disabled: bool§show_label_when_collapsed: boolImplementations§
Trait Implementations§
Source§impl Clone for SidebarMenuButtonProps
impl Clone for SidebarMenuButtonProps
Source§fn clone(&self) -> SidebarMenuButtonProps
fn clone(&self) -> SidebarMenuButtonProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SidebarMenuButtonProps
impl RefUnwindSafe for SidebarMenuButtonProps
impl Send for SidebarMenuButtonProps
impl Sync for SidebarMenuButtonProps
impl Unpin for SidebarMenuButtonProps
impl UnsafeUnpin for SidebarMenuButtonProps
impl UnwindSafe for SidebarMenuButtonProps
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