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