pub enum HubRouteType {
Unknown,
Builder(String),
Clone(String),
UI,
}
Variants§
Trait Implementations§
Source§impl PartialEq for HubRouteType
impl PartialEq for HubRouteType
impl StructuralPartialEq for HubRouteType
Auto Trait Implementations§
impl Freeze for HubRouteType
impl RefUnwindSafe for HubRouteType
impl Send for HubRouteType
impl Sync for HubRouteType
impl Unpin for HubRouteType
impl UnwindSafe for HubRouteType
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