pub struct StopMessageLiveLocationParams {
pub business_connection_id: Option<String>,
pub chat_id: Option<ChatId>,
pub message_id: Option<i32>,
pub inline_message_id: Option<String>,
pub reply_markup: Option<InlineKeyboardMarkup>,
}Fields§
§business_connection_id: Option<String>§chat_id: Option<ChatId>§message_id: Option<i32>§inline_message_id: Option<String>§reply_markup: Option<InlineKeyboardMarkup>Implementations§
Source§impl StopMessageLiveLocationParams
impl StopMessageLiveLocationParams
Sourcepub fn builder() -> StopMessageLiveLocationParamsBuilder
pub fn builder() -> StopMessageLiveLocationParamsBuilder
Create an instance of StopMessageLiveLocationParams using the builder syntax
Trait Implementations§
Source§impl Clone for StopMessageLiveLocationParams
impl Clone for StopMessageLiveLocationParams
Source§fn clone(&self) -> StopMessageLiveLocationParams
fn clone(&self) -> StopMessageLiveLocationParams
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<'de> Deserialize<'de> for StopMessageLiveLocationParams
impl<'de> Deserialize<'de> for StopMessageLiveLocationParams
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
Source§impl PartialEq for StopMessageLiveLocationParams
impl PartialEq for StopMessageLiveLocationParams
Source§fn eq(&self, other: &StopMessageLiveLocationParams) -> bool
fn eq(&self, other: &StopMessageLiveLocationParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StopMessageLiveLocationParams
impl StructuralPartialEq for StopMessageLiveLocationParams
Auto Trait Implementations§
impl Freeze for StopMessageLiveLocationParams
impl RefUnwindSafe for StopMessageLiveLocationParams
impl Send for StopMessageLiveLocationParams
impl Sync for StopMessageLiveLocationParams
impl Unpin for StopMessageLiveLocationParams
impl UnsafeUnpin for StopMessageLiveLocationParams
impl UnwindSafe for StopMessageLiveLocationParams
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