pub struct FramelessButtonElement<B: ButtonExt + Clone> { /* private fields */ }
Trait Implementations§
Source§impl<B: ButtonExt + Clone> LayoutElement for FramelessButtonElement<B>
impl<B: ButtonExt + Clone> LayoutElement for FramelessButtonElement<B>
Source§impl<B: ButtonExt + Clone> LayoutWidgetWrapper<B> for FramelessButtonElement<B>
impl<B: ButtonExt + Clone> LayoutWidgetWrapper<B> for FramelessButtonElement<B>
Auto Trait Implementations§
impl<B> Freeze for FramelessButtonElement<B>where
B: Freeze,
impl<B> RefUnwindSafe for FramelessButtonElement<B>where
B: RefUnwindSafe,
impl<B> Send for FramelessButtonElement<B>where
B: Send,
impl<B> Sync for FramelessButtonElement<B>where
B: Sync,
impl<B> Unpin for FramelessButtonElement<B>where
B: Unpin,
impl<B> UnwindSafe for FramelessButtonElement<B>where
B: UnwindSafe,
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