pub enum Front {
FirstTable,
Table(&'static str),
View(&'static str),
}Expand description
Where the editor opens when the address names nothing.
Variants§
FirstTable
The first table the app lists, which is what an app that says nothing gets.
Table(&'static str)
View(&'static str)
Trait Implementations§
impl Copy for Front
impl Eq for Front
impl StructuralPartialEq for Front
Auto Trait Implementations§
impl Freeze for Front
impl RefUnwindSafe for Front
impl Send for Front
impl Sync for Front
impl Unpin for Front
impl UnsafeUnpin for Front
impl UnwindSafe for Front
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