pub enum NoticeFailureReason {
SessionReset,
}Variants§
SessionReset
Message dropped due to session reset.
Trait Implementations§
Source§impl Clone for NoticeFailureReason
impl Clone for NoticeFailureReason
Source§fn clone(&self) -> NoticeFailureReason
fn clone(&self) -> NoticeFailureReason
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 NoticeFailureReason
impl Debug for NoticeFailureReason
Source§impl PartialEq for NoticeFailureReason
impl PartialEq for NoticeFailureReason
Source§fn eq(&self, other: &NoticeFailureReason) -> bool
fn eq(&self, other: &NoticeFailureReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NoticeFailureReason
impl Eq for NoticeFailureReason
impl StructuralPartialEq for NoticeFailureReason
Auto Trait Implementations§
impl Freeze for NoticeFailureReason
impl RefUnwindSafe for NoticeFailureReason
impl Send for NoticeFailureReason
impl Sync for NoticeFailureReason
impl Unpin for NoticeFailureReason
impl UnsafeUnpin for NoticeFailureReason
impl UnwindSafe for NoticeFailureReason
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