pub enum HubRouteType {
Unknown,
Builder(String),
Clone(String),
UI,
}Variants§
Trait Implementations§
Source§impl PartialEq for HubRouteType
impl PartialEq for HubRouteType
Source§fn eq(&self, other: &HubRouteType) -> bool
fn eq(&self, other: &HubRouteType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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