pub struct Backends { /* private fields */ }Expand description
The caller-extensible backend set: ImplKind → TransformBackend. A deployment registers its
own backends (even for a new impl kind) without touching the registry core.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Backends
impl !UnwindSafe for Backends
impl Freeze for Backends
impl Send for Backends
impl Sync for Backends
impl Unpin for Backends
impl UnsafeUnpin for Backends
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