pub struct BlobRouteEntry {
pub identity: BlobRouteIdentity,
pub route: Arc<dyn BlobRoute>,
}Expand description
One route registered with the outer router.
Fields§
§identity: BlobRouteIdentity§route: Arc<dyn BlobRoute>Implementations§
Trait Implementations§
Source§impl Clone for BlobRouteEntry
impl Clone for BlobRouteEntry
Source§fn clone(&self) -> BlobRouteEntry
fn clone(&self) -> BlobRouteEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for BlobRouteEntry
impl !UnwindSafe for BlobRouteEntry
impl Freeze for BlobRouteEntry
impl Send for BlobRouteEntry
impl Sync for BlobRouteEntry
impl Unpin for BlobRouteEntry
impl UnsafeUnpin for BlobRouteEntry
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