Struct decthings_api::client::rpc::TagProvider   
source · pub struct TagProvider<'a> {
    pub tag: &'a str,
    pub value: &'a str,
}Fields§
§tag: &'a str§value: &'a strTrait Implementations§
source§impl<'a> Clone for TagProvider<'a>
 
impl<'a> Clone for TagProvider<'a>
source§fn clone(&self) -> TagProvider<'a>
 
fn clone(&self) -> TagProvider<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl<'a> Debug for TagProvider<'a>
 
impl<'a> Debug for TagProvider<'a>
source§impl<'a> PartialEq for TagProvider<'a>
 
impl<'a> PartialEq for TagProvider<'a>
source§fn eq(&self, other: &TagProvider<'a>) -> bool
 
fn eq(&self, other: &TagProvider<'a>) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl<'a> Serialize for TagProvider<'a>
 
impl<'a> Serialize for TagProvider<'a>
impl<'a> StructuralPartialEq for TagProvider<'a>
Auto Trait Implementations§
impl<'a> Freeze for TagProvider<'a>
impl<'a> RefUnwindSafe for TagProvider<'a>
impl<'a> Send for TagProvider<'a>
impl<'a> Sync for TagProvider<'a>
impl<'a> Unpin for TagProvider<'a>
impl<'a> UnwindSafe for TagProvider<'a>
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