pub enum EmptyInfo {}Expand description
A default implementor of ApplicationInfo for consumers that don’t require any customization.
Trait Implementations§
Source§impl ApplicationInfo for EmptyInfo
impl ApplicationInfo for EmptyInfo
Source§fn content_of_command(cmdtype: CommandType) -> String
fn content_of_command(cmdtype: CommandType) -> String
Get the ApplicationContentId used to show a given command type.
impl Eq for EmptyInfo
impl StructuralPartialEq for EmptyInfo
Auto Trait Implementations§
impl Freeze for EmptyInfo
impl RefUnwindSafe for EmptyInfo
impl Send for EmptyInfo
impl Sync for EmptyInfo
impl Unpin for EmptyInfo
impl UnwindSafe for EmptyInfo
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