pub struct RoutingType;Expand description
RoutingType (216).
Implementations§
Source§impl RoutingType
impl RoutingType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RoutingType
impl RefUnwindSafe for RoutingType
impl Send for RoutingType
impl Sync for RoutingType
impl Unpin for RoutingType
impl UnsafeUnpin for RoutingType
impl UnwindSafe for RoutingType
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