pub struct ApproveSuggestedPostParams {
pub chat_id: i64,
pub message_id: i32,
pub send_date: Option<u64>,
}Fields§
§chat_id: i64§message_id: i32§send_date: Option<u64>Implementations§
Source§impl ApproveSuggestedPostParams
impl ApproveSuggestedPostParams
Sourcepub fn builder() -> ApproveSuggestedPostParamsBuilder
pub fn builder() -> ApproveSuggestedPostParamsBuilder
Create an instance of ApproveSuggestedPostParams using the builder syntax
Trait Implementations§
Source§impl Clone for ApproveSuggestedPostParams
impl Clone for ApproveSuggestedPostParams
Source§fn clone(&self) -> ApproveSuggestedPostParams
fn clone(&self) -> ApproveSuggestedPostParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApproveSuggestedPostParams
impl Debug for ApproveSuggestedPostParams
Source§impl<'de> Deserialize<'de> for ApproveSuggestedPostParams
impl<'de> Deserialize<'de> for ApproveSuggestedPostParams
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 ApproveSuggestedPostParams
impl PartialEq for ApproveSuggestedPostParams
Source§fn eq(&self, other: &ApproveSuggestedPostParams) -> bool
fn eq(&self, other: &ApproveSuggestedPostParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ApproveSuggestedPostParams
impl StructuralPartialEq for ApproveSuggestedPostParams
Auto Trait Implementations§
impl Freeze for ApproveSuggestedPostParams
impl RefUnwindSafe for ApproveSuggestedPostParams
impl Send for ApproveSuggestedPostParams
impl Sync for ApproveSuggestedPostParams
impl Unpin for ApproveSuggestedPostParams
impl UnsafeUnpin for ApproveSuggestedPostParams
impl UnwindSafe for ApproveSuggestedPostParams
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