pub enum BoundBuildingExternalProjection<Transport, SourceCleanliness> {
// some variants omitted
}Expand description
Typed next-connection projection for BoundBuildingExternalMessage.
Auto Trait Implementations§
impl<Transport, SourceCleanliness> Freeze for BoundBuildingExternalProjection<Transport, SourceCleanliness>
impl<Transport, SourceCleanliness> RefUnwindSafe for BoundBuildingExternalProjection<Transport, SourceCleanliness>where
Transport: RefUnwindSafe,
SourceCleanliness: RefUnwindSafe,
impl<Transport, SourceCleanliness> Send for BoundBuildingExternalProjection<Transport, SourceCleanliness>
impl<Transport, SourceCleanliness> Sync for BoundBuildingExternalProjection<Transport, SourceCleanliness>
impl<Transport, SourceCleanliness> Unpin for BoundBuildingExternalProjection<Transport, SourceCleanliness>
impl<Transport, SourceCleanliness> UnsafeUnpin for BoundBuildingExternalProjection<Transport, SourceCleanliness>
impl<Transport, SourceCleanliness> UnwindSafe for BoundBuildingExternalProjection<Transport, SourceCleanliness>where
Transport: UnwindSafe,
SourceCleanliness: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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