pub struct TestTag {
pub key: String,
pub value: String,
}
Fields§
§key: String
§value: String
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TestTag
impl<'de> Deserialize<'de> for TestTag
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for TestTag
impl Ord for TestTag
Source§impl PartialOrd for TestTag
impl PartialOrd for TestTag
impl Eq for TestTag
impl StructuralPartialEq for TestTag
Auto Trait Implementations§
impl Freeze for TestTag
impl RefUnwindSafe for TestTag
impl Send for TestTag
impl Sync for TestTag
impl Unpin for TestTag
impl UnwindSafe for TestTag
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)