pub struct AdapterRow {
pub name: String,
pub command: String,
pub args: Vec<String>,
}Expand description
An adapters row.
Fields§
§name: String§command: String§args: Vec<String>Trait Implementations§
Source§impl Clone for AdapterRow
impl Clone for AdapterRow
Source§impl Debug for AdapterRow
impl Debug for AdapterRow
impl Eq for AdapterRow
Source§impl PartialEq for AdapterRow
impl PartialEq for AdapterRow
impl StructuralPartialEq for AdapterRow
Auto Trait Implementations§
impl Freeze for AdapterRow
impl RefUnwindSafe for AdapterRow
impl Send for AdapterRow
impl Sync for AdapterRow
impl Unpin for AdapterRow
impl UnsafeUnpin for AdapterRow
impl UnwindSafe for AdapterRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.