pub struct Nothing;Expand description
No-op struct used to indicate an unused associated type in the widget’s trait.
Trait Implementations§
Source§impl Ord for Nothing
impl Ord for Nothing
Source§impl PartialOrd for Nothing
impl PartialOrd for Nothing
impl Eq for Nothing
impl StructuralPartialEq for Nothing
Auto Trait Implementations§
impl Freeze for Nothing
impl RefUnwindSafe for Nothing
impl Send for Nothing
impl Sync for Nothing
impl Unpin for Nothing
impl UnwindSafe for Nothing
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