pub struct WithBackend<B>(pub Arc<B>);Expand description
Marker: backend configured.
Tuple Fields§
§0: Arc<B>Auto Trait Implementations§
impl<B> Freeze for WithBackend<B>
impl<B> RefUnwindSafe for WithBackend<B>where
B: RefUnwindSafe,
impl<B> Send for WithBackend<B>
impl<B> Sync for WithBackend<B>
impl<B> Unpin for WithBackend<B>
impl<B> UnsafeUnpin for WithBackend<B>
impl<B> UnwindSafe for WithBackend<B>where
B: RefUnwindSafe,
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