pub struct Display<'a, 'b>(/* private fields */);Expand description
Display struct for formatting the options for display with Picker.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for Display<'a, 'b>
impl<'a, 'b> RefUnwindSafe for Display<'a, 'b>
impl<'a, 'b> Send for Display<'a, 'b>
impl<'a, 'b> Sync for Display<'a, 'b>
impl<'a, 'b> Unpin for Display<'a, 'b>
impl<'a, 'b> UnwindSafe for Display<'a, 'b>
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