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