pub struct MessageActionSuggestedPostRefund {
pub payer_initiated: bool,
}Expand description
messageActionSuggestedPostRefund
Generated from:
messageActionSuggestedPostRefund#69f916f8 flags:# payer_initiated:flags.0?true = MessageActionFields§
§payer_initiated: boolTrait Implementations§
Source§impl Clone for MessageActionSuggestedPostRefund
impl Clone for MessageActionSuggestedPostRefund
Source§fn clone(&self) -> MessageActionSuggestedPostRefund
fn clone(&self) -> MessageActionSuggestedPostRefund
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 Deserializable for MessageActionSuggestedPostRefund
impl Deserializable for MessageActionSuggestedPostRefund
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<MessageActionSuggestedPostRefund> for MessageAction
impl From<MessageActionSuggestedPostRefund> for MessageAction
Source§fn from(x: MessageActionSuggestedPostRefund) -> Self
fn from(x: MessageActionSuggestedPostRefund) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MessageActionSuggestedPostRefund
impl Identifiable for MessageActionSuggestedPostRefund
Source§const CONSTRUCTOR_ID: u32 = 0x69f916f8
const CONSTRUCTOR_ID: u32 = 0x69f916f8
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MessageActionSuggestedPostRefund
impl PartialEq for MessageActionSuggestedPostRefund
Source§fn eq(&self, other: &MessageActionSuggestedPostRefund) -> bool
fn eq(&self, other: &MessageActionSuggestedPostRefund) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<MessageAction> for MessageActionSuggestedPostRefund
impl TryFrom<MessageAction> for MessageActionSuggestedPostRefund
Source§type Error = MessageAction
type Error = MessageAction
The type returned in the event of a conversion error.
impl StructuralPartialEq for MessageActionSuggestedPostRefund
Auto Trait Implementations§
impl Freeze for MessageActionSuggestedPostRefund
impl RefUnwindSafe for MessageActionSuggestedPostRefund
impl Send for MessageActionSuggestedPostRefund
impl Sync for MessageActionSuggestedPostRefund
impl Unpin for MessageActionSuggestedPostRefund
impl UnsafeUnpin for MessageActionSuggestedPostRefund
impl UnwindSafe for MessageActionSuggestedPostRefund
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