pub struct ContentTypeProfile {
pub format: String,
pub profile_id: Option<String>,
pub content_type: String,
}Fields§
§format: String§profile_id: Option<String>§content_type: StringTrait Implementations§
Source§impl Clone for ContentTypeProfile
impl Clone for ContentTypeProfile
Source§fn clone(&self) -> ContentTypeProfile
fn clone(&self) -> ContentTypeProfile
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 ContentTypeProfile
impl Debug for ContentTypeProfile
Source§impl Default for ContentTypeProfile
impl Default for ContentTypeProfile
Source§fn default() -> ContentTypeProfile
fn default() -> ContentTypeProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContentTypeProfile
impl<'de> Deserialize<'de> for ContentTypeProfile
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 ContentTypeProfile
impl RefUnwindSafe for ContentTypeProfile
impl Send for ContentTypeProfile
impl Sync for ContentTypeProfile
impl Unpin for ContentTypeProfile
impl UnsafeUnpin for ContentTypeProfile
impl UnwindSafe for ContentTypeProfile
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