pub struct QuotedMessage {
pub message_id: Option<String>,
pub title: Option<String>,
pub text: Option<String>,
}Fields§
§message_id: Option<String>§title: Option<String>§text: Option<String>Trait Implementations§
Source§impl Clone for QuotedMessage
impl Clone for QuotedMessage
Source§fn clone(&self) -> QuotedMessage
fn clone(&self) -> QuotedMessage
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 moreAuto Trait Implementations§
impl Freeze for QuotedMessage
impl RefUnwindSafe for QuotedMessage
impl Send for QuotedMessage
impl Sync for QuotedMessage
impl Unpin for QuotedMessage
impl UnsafeUnpin for QuotedMessage
impl UnwindSafe for QuotedMessage
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