pub struct LinkMessage {
pub msg_id: u64,
pub title: String,
pub description: String,
pub url: String,
}Fields§
§msg_id: u64§title: String§description: String§url: StringTrait Implementations§
Source§impl ReceivedMessageParser for LinkMessage
impl ReceivedMessageParser for LinkMessage
type ReceivedMessage = LinkMessage
fn from_xml(node: &Node<'_, '_>) -> SdkResult<Self::ReceivedMessage>
Auto Trait Implementations§
impl Freeze for LinkMessage
impl RefUnwindSafe for LinkMessage
impl Send for LinkMessage
impl Sync for LinkMessage
impl Unpin for LinkMessage
impl UnsafeUnpin for LinkMessage
impl UnwindSafe for LinkMessage
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