Struct amazon_sp_fba_small_and_light::models::small_and_light_fee_previews::SmallAndLightFeePreviews
source · [−]pub struct SmallAndLightFeePreviews {
pub data: Option<Vec<FeePreview>>,
}Fields
data: Option<Vec<FeePreview>>A list of fee estimates for the requested items. The order of the fee estimates will follow the same order as the items in the request, with duplicates removed.
Implementations
sourceimpl SmallAndLightFeePreviews
impl SmallAndLightFeePreviews
pub fn new() -> SmallAndLightFeePreviews
Trait Implementations
sourceimpl Clone for SmallAndLightFeePreviews
impl Clone for SmallAndLightFeePreviews
sourcefn clone(&self) -> SmallAndLightFeePreviews
fn clone(&self) -> SmallAndLightFeePreviews
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 Debug for SmallAndLightFeePreviews
impl Debug for SmallAndLightFeePreviews
sourceimpl Default for SmallAndLightFeePreviews
impl Default for SmallAndLightFeePreviews
sourcefn default() -> SmallAndLightFeePreviews
fn default() -> SmallAndLightFeePreviews
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for SmallAndLightFeePreviews
impl<'de> Deserialize<'de> for SmallAndLightFeePreviews
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<SmallAndLightFeePreviews> for SmallAndLightFeePreviews
impl PartialEq<SmallAndLightFeePreviews> for SmallAndLightFeePreviews
sourcefn eq(&self, other: &SmallAndLightFeePreviews) -> bool
fn eq(&self, other: &SmallAndLightFeePreviews) -> bool
sourceimpl Serialize for SmallAndLightFeePreviews
impl Serialize for SmallAndLightFeePreviews
impl StructuralPartialEq for SmallAndLightFeePreviews
Auto Trait Implementations
impl RefUnwindSafe for SmallAndLightFeePreviews
impl Send for SmallAndLightFeePreviews
impl Sync for SmallAndLightFeePreviews
impl Unpin for SmallAndLightFeePreviews
impl UnwindSafe for SmallAndLightFeePreviews
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