pub struct PrismBackend { /* private fields */ }Expand description
An opaque backend instance obtained from a registry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PrismBackend
impl RefUnwindSafe for PrismBackend
impl Send for PrismBackend
impl Sync for PrismBackend
impl Unpin for PrismBackend
impl UnsafeUnpin for PrismBackend
impl UnwindSafe for PrismBackend
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