pub struct InlineKeyboardButtonTypeCopyText {
pub text: String,
}Expand description
A button that copies specified text to clipboard
Fields§
§text: StringThe text to copy to clipboard
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeCopyText
impl<'de> Deserialize<'de> for InlineKeyboardButtonTypeCopyText
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
impl StructuralPartialEq for InlineKeyboardButtonTypeCopyText
Auto Trait Implementations§
impl Freeze for InlineKeyboardButtonTypeCopyText
impl RefUnwindSafe for InlineKeyboardButtonTypeCopyText
impl Send for InlineKeyboardButtonTypeCopyText
impl Sync for InlineKeyboardButtonTypeCopyText
impl Unpin for InlineKeyboardButtonTypeCopyText
impl UnsafeUnpin for InlineKeyboardButtonTypeCopyText
impl UnwindSafe for InlineKeyboardButtonTypeCopyText
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