pub struct Button<T, F> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T: PartialEq, F: PartialEq> PartialEq<Button<T, F>> for Button<T, F>
impl<T: PartialEq, F: PartialEq> PartialEq<Button<T, F>> for Button<T, F>
impl<T: Eq, F: Eq> Eq for Button<T, F>
impl<T, F> StructuralEq for Button<T, F>
impl<T, F> StructuralPartialEq for Button<T, F>
Auto Trait Implementations§
impl<T, F> RefUnwindSafe for Button<T, F>where F: RefUnwindSafe, T: RefUnwindSafe,
impl<T, F> Send for Button<T, F>where F: Send, T: Send,
impl<T, F> Sync for Button<T, F>where F: Sync, T: Sync,
impl<T, F> Unpin for Button<T, F>where F: Unpin, T: Unpin,
impl<T, F> UnwindSafe for Button<T, F>where F: UnwindSafe, T: 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