pub struct AdapterRegistry { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for AdapterRegistry
impl Default for AdapterRegistry
Source§fn default() -> AdapterRegistry
fn default() -> AdapterRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AdapterRegistry
impl !RefUnwindSafe for AdapterRegistry
impl Send for AdapterRegistry
impl Sync for AdapterRegistry
impl Unpin for AdapterRegistry
impl UnsafeUnpin for AdapterRegistry
impl !UnwindSafe for AdapterRegistry
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