pub enum HomePathSelection {
ModernOnly(&'static [&'static str]),
}Variants§
Trait Implementations§
Source§impl Clone for HomePathSelection
impl Clone for HomePathSelection
Source§fn clone(&self) -> HomePathSelection
fn clone(&self) -> HomePathSelection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HomePathSelection
impl Debug for HomePathSelection
impl Copy for HomePathSelection
Auto Trait Implementations§
impl Freeze for HomePathSelection
impl RefUnwindSafe for HomePathSelection
impl Send for HomePathSelection
impl Sync for HomePathSelection
impl Unpin for HomePathSelection
impl UnsafeUnpin for HomePathSelection
impl UnwindSafe for HomePathSelection
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