Struct azure_devops_rust_api::approvals_and_checks::models::JObject
source · pub struct JObject {
pub item: Option<String>,
pub type_: Option<String>,
}
Expand description
Represents a JSON object.
Fields§
§item: Option<String>
§type_: Option<String>
Gets the node type for this JToken.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JObject
impl<'de> Deserialize<'de> for JObject
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 PartialEq for JObject
impl PartialEq for JObject
impl StructuralPartialEq for JObject
Auto Trait Implementations§
impl Freeze for JObject
impl RefUnwindSafe for JObject
impl Send for JObject
impl Sync for JObject
impl Unpin for JObject
impl UnwindSafe for JObject
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