pub struct RealizedCommunicationRoute<R> { /* private fields */ }Expand description
One backend-native route paired with the opaque identity selected by the manifest.
Implementations§
Source§impl<R> RealizedCommunicationRoute<R>
impl<R> RealizedCommunicationRoute<R>
Sourcepub const fn new(id: CommunicationRouteId, resource: R) -> Self
pub const fn new(id: CommunicationRouteId, resource: R) -> Self
Binds one native resource to its selected opaque route identity.
Auto Trait Implementations§
impl<R> Freeze for RealizedCommunicationRoute<R>where
R: Freeze,
impl<R> RefUnwindSafe for RealizedCommunicationRoute<R>where
R: RefUnwindSafe,
impl<R> Send for RealizedCommunicationRoute<R>where
R: Send,
impl<R> Sync for RealizedCommunicationRoute<R>where
R: Sync,
impl<R> Unpin for RealizedCommunicationRoute<R>where
R: Unpin,
impl<R> UnsafeUnpin for RealizedCommunicationRoute<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for RealizedCommunicationRoute<R>where
R: UnwindSafe,
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