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