pub struct NoTitle;
Expand description
Title of the empty state type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTitle
impl RefUnwindSafe for NoTitle
impl Send for NoTitle
impl Sync for NoTitle
impl Unpin for NoTitle
impl UnwindSafe for NoTitle
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