pub struct MdmConfigResponse {
pub config: String,
pub mime_type: String,
pub filename: String,
}Expand description
MdmConfigResponse : Base serializer class which doesn’t implement create/update methods
Fields§
§config: String§mime_type: String§filename: StringImplementations§
Trait Implementations§
Source§impl Clone for MdmConfigResponse
impl Clone for MdmConfigResponse
Source§fn clone(&self) -> MdmConfigResponse
fn clone(&self) -> MdmConfigResponse
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 MdmConfigResponse
impl Debug for MdmConfigResponse
Source§impl Default for MdmConfigResponse
impl Default for MdmConfigResponse
Source§fn default() -> MdmConfigResponse
fn default() -> MdmConfigResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MdmConfigResponse
impl<'de> Deserialize<'de> for MdmConfigResponse
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 MdmConfigResponse
impl PartialEq for MdmConfigResponse
Source§impl Serialize for MdmConfigResponse
impl Serialize for MdmConfigResponse
impl StructuralPartialEq for MdmConfigResponse
Auto Trait Implementations§
impl Freeze for MdmConfigResponse
impl RefUnwindSafe for MdmConfigResponse
impl Send for MdmConfigResponse
impl Sync for MdmConfigResponse
impl Unpin for MdmConfigResponse
impl UnsafeUnpin for MdmConfigResponse
impl UnwindSafe for MdmConfigResponse
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