pub struct PostmanQuery {
pub key: String,
pub value: String,
pub description: Option<String>,
}Fields§
§key: String§value: String§description: Option<String>Trait Implementations§
Source§impl Debug for PostmanQuery
impl Debug for PostmanQuery
Source§impl<'de> Deserialize<'de> for PostmanQuery
impl<'de> Deserialize<'de> for PostmanQuery
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
Auto Trait Implementations§
impl Freeze for PostmanQuery
impl RefUnwindSafe for PostmanQuery
impl Send for PostmanQuery
impl Sync for PostmanQuery
impl Unpin for PostmanQuery
impl UnwindSafe for PostmanQuery
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