pub struct ContentTypeInfo {
pub id: String,
}
Fields§
§id: String
Trait Implementations§
Source§impl Clone for ContentTypeInfo
impl Clone for ContentTypeInfo
Source§fn clone(&self) -> ContentTypeInfo
fn clone(&self) -> ContentTypeInfo
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 ContentTypeInfo
impl Debug for ContentTypeInfo
Source§impl<'de> Deserialize<'de> for ContentTypeInfo
impl<'de> Deserialize<'de> for ContentTypeInfo
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 ContentTypeInfo
impl PartialEq for ContentTypeInfo
Source§impl Serialize for ContentTypeInfo
impl Serialize for ContentTypeInfo
impl Eq for ContentTypeInfo
impl StructuralPartialEq for ContentTypeInfo
Auto Trait Implementations§
impl Freeze for ContentTypeInfo
impl RefUnwindSafe for ContentTypeInfo
impl Send for ContentTypeInfo
impl Sync for ContentTypeInfo
impl Unpin for ContentTypeInfo
impl UnwindSafe for ContentTypeInfo
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