pub struct EnumeratedAdapter {
pub name: String,
}
Expand description
Contains information about a single existing adapter
Fields§
§name: String
The name of the adapter
Auto Trait Implementations§
impl Freeze for EnumeratedAdapter
impl RefUnwindSafe for EnumeratedAdapter
impl Send for EnumeratedAdapter
impl Sync for EnumeratedAdapter
impl Unpin for EnumeratedAdapter
impl UnwindSafe for EnumeratedAdapter
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