pub struct ZProp {
pub name: String,
pub value: String,
}
Fields§
§name: String
§value: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZProp
impl<'de> Deserialize<'de> for ZProp
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ZProp, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ZProp, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ZProp
impl Ord for ZProp
Source§impl PartialOrd for ZProp
impl PartialOrd for ZProp
Source§impl Serialize for ZProp
impl Serialize for ZProp
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for ZProp
impl StructuralPartialEq for ZProp
Auto Trait Implementations§
impl Freeze for ZProp
impl RefUnwindSafe for ZProp
impl Send for ZProp
impl Sync for ZProp
impl Unpin for ZProp
impl UnwindSafe for ZProp
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