pub struct MessageReplyIntent {
pub fail_if_not_exists: bool,
pub id: Id,
pub mention: bool,
}Fields§
§fail_if_not_exists: bool§id: Id§mention: boolTrait Implementations§
Source§impl Clone for MessageReplyIntent
impl Clone for MessageReplyIntent
Source§fn clone(&self) -> MessageReplyIntent
fn clone(&self) -> MessageReplyIntent
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 MessageReplyIntent
impl Debug for MessageReplyIntent
Auto Trait Implementations§
impl Freeze for MessageReplyIntent
impl RefUnwindSafe for MessageReplyIntent
impl Send for MessageReplyIntent
impl Sync for MessageReplyIntent
impl Unpin for MessageReplyIntent
impl UnwindSafe for MessageReplyIntent
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