pub enum RouteEntryOffset {}Auto Trait Implementations§
impl Freeze for RouteEntryOffset
impl RefUnwindSafe for RouteEntryOffset
impl Send for RouteEntryOffset
impl Sync for RouteEntryOffset
impl Unpin for RouteEntryOffset
impl UnsafeUnpin for RouteEntryOffset
impl UnwindSafe for RouteEntryOffset
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