Struct vkclient::LongPollError
source · pub struct LongPollError { /* private fields */ }Expand description
Long poll error. Read more about possible errors.
Trait Implementations
sourceimpl Clone for LongPollError
impl Clone for LongPollError
sourcefn clone(&self) -> LongPollError
fn clone(&self) -> LongPollError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LongPollError
impl Debug for LongPollError
sourceimpl<'de> Deserialize<'de> for LongPollError
impl<'de> Deserialize<'de> for LongPollError
sourcefn 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
sourceimpl Display for LongPollError
impl Display for LongPollError
sourceimpl Error for LongPollError
impl Error for LongPollError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl Serialize for LongPollError
impl Serialize for LongPollError
Auto Trait Implementations
impl RefUnwindSafe for LongPollError
impl Send for LongPollError
impl Sync for LongPollError
impl Unpin for LongPollError
impl UnwindSafe for LongPollError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more