pub struct OfferFullParams {Show 17 fields
pub offer_id: i64,
pub node_id: i64,
pub quantity: Option<String>,
pub quantity2: Option<String>,
pub method: Option<String>,
pub offer_type: Option<String>,
pub server_id: Option<String>,
pub desc_ru: Option<String>,
pub desc_en: Option<String>,
pub payment_msg_ru: Option<String>,
pub payment_msg_en: Option<String>,
pub images: Option<String>,
pub price: Option<String>,
pub deactivate_after_sale: bool,
pub active: bool,
pub location: Option<String>,
pub custom_fields: Vec<OfferCustomField>,
}Fields§
§offer_id: i64§node_id: i64§quantity: Option<String>§quantity2: Option<String>§method: Option<String>§offer_type: Option<String>§server_id: Option<String>§desc_ru: Option<String>§desc_en: Option<String>§payment_msg_ru: Option<String>§payment_msg_en: Option<String>§images: Option<String>§price: Option<String>§deactivate_after_sale: bool§active: bool§location: Option<String>§custom_fields: Vec<OfferCustomField>Trait Implementations§
Source§impl Clone for OfferFullParams
impl Clone for OfferFullParams
Source§fn clone(&self) -> OfferFullParams
fn clone(&self) -> OfferFullParams
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 OfferFullParams
impl Debug for OfferFullParams
Source§impl Default for OfferFullParams
impl Default for OfferFullParams
Source§fn default() -> OfferFullParams
fn default() -> OfferFullParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OfferFullParams
impl RefUnwindSafe for OfferFullParams
impl Send for OfferFullParams
impl Sync for OfferFullParams
impl Unpin for OfferFullParams
impl UnwindSafe for OfferFullParams
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