pub struct SetBotShippingResults {
pub query_id: i64,
pub error: Option<String>,
pub shipping_options: Option<Vec<ShippingOption>>,
}Expand description
messages.setBotShippingResults
Generated from:
messages.setBotShippingResults#e5f672fa flags:# query_id:long error:flags.0?string shipping_options:flags.1?Vector<ShippingOption> = BoolFields§
§query_id: i64§error: Option<String>§shipping_options: Option<Vec<ShippingOption>>Trait Implementations§
Source§impl Clone for SetBotShippingResults
impl Clone for SetBotShippingResults
Source§fn clone(&self) -> SetBotShippingResults
fn clone(&self) -> SetBotShippingResults
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 SetBotShippingResults
impl Debug for SetBotShippingResults
Source§impl Identifiable for SetBotShippingResults
impl Identifiable for SetBotShippingResults
Source§const CONSTRUCTOR_ID: u32 = 0xe5f672fa
const CONSTRUCTOR_ID: u32 = 0xe5f672fa
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetBotShippingResults
impl PartialEq for SetBotShippingResults
Source§impl RemoteCall for SetBotShippingResults
impl RemoteCall for SetBotShippingResults
Source§impl Serializable for SetBotShippingResults
impl Serializable for SetBotShippingResults
impl StructuralPartialEq for SetBotShippingResults
Auto Trait Implementations§
impl Freeze for SetBotShippingResults
impl RefUnwindSafe for SetBotShippingResults
impl Send for SetBotShippingResults
impl Sync for SetBotShippingResults
impl Unpin for SetBotShippingResults
impl UnsafeUnpin for SetBotShippingResults
impl UnwindSafe for SetBotShippingResults
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