pub struct StoreBlobRoute<S: Store + ?Sized> { /* private fields */ }Expand description
A terminal route that performs exactly one lookup and does not interpret HTL.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for StoreBlobRoute<S>where
S: ?Sized,
impl<S> RefUnwindSafe for StoreBlobRoute<S>where
S: RefUnwindSafe + ?Sized,
impl<S> Send for StoreBlobRoute<S>where
S: ?Sized,
impl<S> Sync for StoreBlobRoute<S>where
S: ?Sized,
impl<S> Unpin for StoreBlobRoute<S>where
S: ?Sized,
impl<S> UnsafeUnpin for StoreBlobRoute<S>where
S: ?Sized,
impl<S> UnwindSafe for StoreBlobRoute<S>where
S: RefUnwindSafe + ?Sized,
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