Struct amazon_sp_feeds::models::create_feed_document_specification::CreateFeedDocumentSpecification
source · [−]pub struct CreateFeedDocumentSpecification {
pub content_type: String,
}Fields
content_type: StringThe content type of the feed.
Implementations
sourceimpl CreateFeedDocumentSpecification
impl CreateFeedDocumentSpecification
pub fn new(content_type: String) -> CreateFeedDocumentSpecification
Trait Implementations
sourceimpl Clone for CreateFeedDocumentSpecification
impl Clone for CreateFeedDocumentSpecification
sourcefn clone(&self) -> CreateFeedDocumentSpecification
fn clone(&self) -> CreateFeedDocumentSpecification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for CreateFeedDocumentSpecification
impl Default for CreateFeedDocumentSpecification
sourcefn default() -> CreateFeedDocumentSpecification
fn default() -> CreateFeedDocumentSpecification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateFeedDocumentSpecification
impl<'de> Deserialize<'de> for CreateFeedDocumentSpecification
sourcefn 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
sourceimpl PartialEq<CreateFeedDocumentSpecification> for CreateFeedDocumentSpecification
impl PartialEq<CreateFeedDocumentSpecification> for CreateFeedDocumentSpecification
sourcefn eq(&self, other: &CreateFeedDocumentSpecification) -> bool
fn eq(&self, other: &CreateFeedDocumentSpecification) -> bool
impl StructuralPartialEq for CreateFeedDocumentSpecification
Auto Trait Implementations
impl RefUnwindSafe for CreateFeedDocumentSpecification
impl Send for CreateFeedDocumentSpecification
impl Sync for CreateFeedDocumentSpecification
impl Unpin for CreateFeedDocumentSpecification
impl UnwindSafe for CreateFeedDocumentSpecification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more