pub struct GetMarkupConfigResponse {
pub markup: Option<Map<String, Value>>,
}Expand description
GetMarkupConfigResponse model.
Fields§
§markup: Option<Map<String, Value>>Trait Implementations§
Source§impl Clone for GetMarkupConfigResponse
impl Clone for GetMarkupConfigResponse
Source§fn clone(&self) -> GetMarkupConfigResponse
fn clone(&self) -> GetMarkupConfigResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetMarkupConfigResponse
impl Debug for GetMarkupConfigResponse
Source§impl Default for GetMarkupConfigResponse
impl Default for GetMarkupConfigResponse
Source§fn default() -> GetMarkupConfigResponse
fn default() -> GetMarkupConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMarkupConfigResponse
impl<'de> Deserialize<'de> for GetMarkupConfigResponse
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 GetMarkupConfigResponse
impl PartialEq for GetMarkupConfigResponse
Source§impl Serialize for GetMarkupConfigResponse
impl Serialize for GetMarkupConfigResponse
impl StructuralPartialEq for GetMarkupConfigResponse
Auto Trait Implementations§
impl Freeze for GetMarkupConfigResponse
impl RefUnwindSafe for GetMarkupConfigResponse
impl Send for GetMarkupConfigResponse
impl Sync for GetMarkupConfigResponse
impl Unpin for GetMarkupConfigResponse
impl UnsafeUnpin for GetMarkupConfigResponse
impl UnwindSafe for GetMarkupConfigResponse
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