pub struct DpiApplicationResponse {
pub fields: HashMap<String, Value>,
}Expand description
DPI application — from GET /v1/sites/{siteId}/dpi/applications.
Fields§
§fields: HashMap<String, Value>Trait Implementations§
Source§impl Clone for DpiApplicationResponse
impl Clone for DpiApplicationResponse
Source§fn clone(&self) -> DpiApplicationResponse
fn clone(&self) -> DpiApplicationResponse
Returns a duplicate 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 Debug for DpiApplicationResponse
impl Debug for DpiApplicationResponse
Source§impl<'de> Deserialize<'de> for DpiApplicationResponse
impl<'de> Deserialize<'de> for DpiApplicationResponse
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 DpiApplicationResponse
impl PartialEq for DpiApplicationResponse
Source§impl Serialize for DpiApplicationResponse
impl Serialize for DpiApplicationResponse
impl StructuralPartialEq for DpiApplicationResponse
Auto Trait Implementations§
impl Freeze for DpiApplicationResponse
impl RefUnwindSafe for DpiApplicationResponse
impl Send for DpiApplicationResponse
impl Sync for DpiApplicationResponse
impl Unpin for DpiApplicationResponse
impl UnsafeUnpin for DpiApplicationResponse
impl UnwindSafe for DpiApplicationResponse
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