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