pub struct GroupRecall {
pub group_id: i64,
pub user_id: i64,
pub operator_id: i64,
pub message_id: i64,
}Fields§
§group_id: i64§user_id: i64§operator_id: i64§message_id: i64Trait Implementations§
Source§impl Clone for GroupRecall
impl Clone for GroupRecall
Source§fn clone(&self) -> GroupRecall
fn clone(&self) -> GroupRecall
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 GroupRecall
impl Debug for GroupRecall
Source§impl<'de> Deserialize<'de> for GroupRecall
impl<'de> Deserialize<'de> for GroupRecall
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 GroupRecall
impl FromEvent for GroupRecall
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 GroupRecall
impl RefUnwindSafe for GroupRecall
impl Send for GroupRecall
impl Sync for GroupRecall
impl Unpin for GroupRecall
impl UnwindSafe for GroupRecall
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