pub struct GroupNotice {
pub sender_id: i64,
pub publish_time: i64,
pub message: Value,
}Fields§
§sender_id: i64§publish_time: i64§message: ValueTrait Implementations§
Source§impl Clone for GroupNotice
impl Clone for GroupNotice
Source§fn clone(&self) -> GroupNotice
fn clone(&self) -> GroupNotice
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 moreSource§impl Debug for GroupNotice
impl Debug for GroupNotice
Source§impl<'de> Deserialize<'de> for GroupNotice
impl<'de> Deserialize<'de> for GroupNotice
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
Auto Trait Implementations§
impl Freeze for GroupNotice
impl RefUnwindSafe for GroupNotice
impl Send for GroupNotice
impl Sync for GroupNotice
impl Unpin for GroupNotice
impl UnsafeUnpin for GroupNotice
impl UnwindSafe for GroupNotice
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