Expand description
“a(ss)” variant Rust doesn’t allow implementing existing traits for existing types
Tuple Fields
0: Vec<(String, String)>
Trait Implementations
sourceimpl ToVariant for ArrayPairString
impl ToVariant for ArrayPairString
sourcefn to_variant(&self) -> Variant
fn to_variant(&self) -> Variant
Returns a Variant
clone of self
.
Auto Trait Implementations
impl RefUnwindSafe for ArrayPairString
impl Send for ArrayPairString
impl Sync for ArrayPairString
impl Unpin for ArrayPairString
impl UnwindSafe for ArrayPairString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more