Struct safe_vk::UpdateObject
source · pub struct UpdateObject {
pub client_info: Option<ClientInfo>,
pub message: Option<Message>,
pub cmid: Option<i32>,
pub event_id: Option<String>,
pub peer_id: Option<u64>,
pub user_id: Option<u64>,
pub payload: Option<Value>,
pub reacted_id: Option<u64>,
pub reaction_id: Option<u64>,
}Fields§
§client_info: Option<ClientInfo>§message: Option<Message>§cmid: Option<i32>§event_id: Option<String>§peer_id: Option<u64>§user_id: Option<u64>§payload: Option<Value>§reacted_id: Option<u64>§reaction_id: Option<u64>Trait Implementations§
source§impl Debug for UpdateObject
impl Debug for UpdateObject
source§impl<'de> Deserialize<'de> for UpdateObject
impl<'de> Deserialize<'de> for UpdateObject
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 PartialEq for UpdateObject
impl PartialEq for UpdateObject
source§fn eq(&self, other: &UpdateObject) -> bool
fn eq(&self, other: &UpdateObject) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateObject
Auto Trait Implementations§
impl RefUnwindSafe for UpdateObject
impl Send for UpdateObject
impl Sync for UpdateObject
impl Unpin for UpdateObject
impl UnwindSafe for UpdateObject
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