Struct safe_vk::LongPollResponse
source · pub struct LongPollResponse {
pub key: String,
pub server: String,
pub ts: String,
}Fields§
§key: String§server: String§ts: StringTrait Implementations§
source§impl Debug for LongPollResponse
impl Debug for LongPollResponse
source§impl<'de> Deserialize<'de> for LongPollResponse
impl<'de> Deserialize<'de> for LongPollResponse
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 LongPollResponse
impl PartialEq for LongPollResponse
source§fn eq(&self, other: &LongPollResponse) -> bool
fn eq(&self, other: &LongPollResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LongPollResponse
Auto Trait Implementations§
impl RefUnwindSafe for LongPollResponse
impl Send for LongPollResponse
impl Sync for LongPollResponse
impl Unpin for LongPollResponse
impl UnwindSafe for LongPollResponse
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