pub struct ApplicationClose { /* private fields */ }Expand description
Reason given by an application for closing the connection
Implementations§
Trait Implementations§
Source§impl Clone for ApplicationClose
impl Clone for ApplicationClose
Source§fn clone(&self) -> ApplicationClose
fn clone(&self) -> ApplicationClose
Returns a duplicate of the value. Read more
1.0.0 · 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 ApplicationClose
impl Debug for ApplicationClose
Source§impl Display for ApplicationClose
impl Display for ApplicationClose
Source§impl PartialEq for ApplicationClose
impl PartialEq for ApplicationClose
impl Eq for ApplicationClose
impl StructuralPartialEq for ApplicationClose
Auto Trait Implementations§
impl Freeze for ApplicationClose
impl RefUnwindSafe for ApplicationClose
impl Send for ApplicationClose
impl Sync for ApplicationClose
impl Unpin for ApplicationClose
impl UnwindSafe for ApplicationClose
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<S> IntoConnectOptions for Swhere
S: ToString,
impl<S> IntoConnectOptions for Swhere
S: ToString,
Source§fn into_options(self) -> ConnectOptions
fn into_options(self) -> ConnectOptions
Perform value-to-value conversion into
ConnectOptions.