pub struct RoutingConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for RoutingConfig
impl Default for RoutingConfig
Source§fn default() -> RoutingConfig
fn default() -> RoutingConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RoutingConfig
impl !RefUnwindSafe for RoutingConfig
impl Send for RoutingConfig
impl Sync for RoutingConfig
impl Unpin for RoutingConfig
impl UnsafeUnpin for RoutingConfig
impl !UnwindSafe for RoutingConfig
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