pub struct RoutingConf { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for RoutingConf
impl Default for RoutingConf
Auto Trait Implementations§
impl Freeze for RoutingConf
impl RefUnwindSafe for RoutingConf
impl Send for RoutingConf
impl Sync for RoutingConf
impl Unpin for RoutingConf
impl UnwindSafe for RoutingConf
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