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