pub struct AddressRoute;Trait Implementations§
Source§impl FoundationClosed for AddressRoute
impl FoundationClosed for AddressRoute
impl Sealed for AddressRoute
Auto Trait Implementations§
impl Freeze for AddressRoute
impl RefUnwindSafe for AddressRoute
impl Send for AddressRoute
impl Sync for AddressRoute
impl Unpin for AddressRoute
impl UnsafeUnpin for AddressRoute
impl UnwindSafe for AddressRoute
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