pub struct InputBackgroundPrevious {
pub message_id: i64,
}
Expand description
A background previously set in the chat; for chat backgrounds only
Fields§
§message_id: i64
Identifier of the message with the background
Trait Implementations§
Source§impl Clone for InputBackgroundPrevious
impl Clone for InputBackgroundPrevious
Source§fn clone(&self) -> InputBackgroundPrevious
fn clone(&self) -> InputBackgroundPrevious
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 InputBackgroundPrevious
impl Debug for InputBackgroundPrevious
Source§impl Default for InputBackgroundPrevious
impl Default for InputBackgroundPrevious
Source§fn default() -> InputBackgroundPrevious
fn default() -> InputBackgroundPrevious
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputBackgroundPrevious
impl<'de> Deserialize<'de> for InputBackgroundPrevious
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 InputBackgroundPrevious
impl PartialEq for InputBackgroundPrevious
Source§impl Serialize for InputBackgroundPrevious
impl Serialize for InputBackgroundPrevious
impl StructuralPartialEq for InputBackgroundPrevious
Auto Trait Implementations§
impl Freeze for InputBackgroundPrevious
impl RefUnwindSafe for InputBackgroundPrevious
impl Send for InputBackgroundPrevious
impl Sync for InputBackgroundPrevious
impl Unpin for InputBackgroundPrevious
impl UnwindSafe for InputBackgroundPrevious
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