pub struct FriendRecall {
pub user_id: i64,
pub message_id: i64,
}Fields§
§user_id: i64§message_id: i64Trait Implementations§
Source§impl Clone for FriendRecall
impl Clone for FriendRecall
Source§fn clone(&self) -> FriendRecall
fn clone(&self) -> FriendRecall
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 FriendRecall
impl Debug for FriendRecall
Source§impl<'de> Deserialize<'de> for FriendRecall
impl<'de> Deserialize<'de> for FriendRecall
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
Source§impl FromEvent for FriendRecall
impl FromEvent for FriendRecall
fn from_event<'async_trait>(
__arg0: BotContext,
event: BotEvent,
) -> Pin<Box<dyn Future<Output = Option<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Auto Trait Implementations§
impl Freeze for FriendRecall
impl RefUnwindSafe for FriendRecall
impl Send for FriendRecall
impl Sync for FriendRecall
impl Unpin for FriendRecall
impl UnwindSafe for FriendRecall
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