pub enum PresentationConnectionCloseReason {
ERROR,
CLOSED,
WENTAWAY,
}Variants§
Trait Implementations§
Source§impl Clone for PresentationConnectionCloseReason
impl Clone for PresentationConnectionCloseReason
Source§fn clone(&self) -> PresentationConnectionCloseReason
fn clone(&self) -> PresentationConnectionCloseReason
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 From<&PresentationConnectionCloseReason> for Any
impl From<&PresentationConnectionCloseReason> for Any
Source§fn from(s: &PresentationConnectionCloseReason) -> Any
fn from(s: &PresentationConnectionCloseReason) -> Any
Converts to this type from the input type.
Source§impl From<PresentationConnectionCloseReason> for Any
impl From<PresentationConnectionCloseReason> for Any
Source§fn from(s: PresentationConnectionCloseReason) -> Any
fn from(s: PresentationConnectionCloseReason) -> Any
Converts to this type from the input type.
Source§impl PartialEq for PresentationConnectionCloseReason
impl PartialEq for PresentationConnectionCloseReason
Source§fn eq(&self, other: &PresentationConnectionCloseReason) -> bool
fn eq(&self, other: &PresentationConnectionCloseReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PresentationConnectionCloseReason
impl PartialOrd for PresentationConnectionCloseReason
impl Copy for PresentationConnectionCloseReason
impl StructuralPartialEq for PresentationConnectionCloseReason
Auto Trait Implementations§
impl Freeze for PresentationConnectionCloseReason
impl RefUnwindSafe for PresentationConnectionCloseReason
impl Send for PresentationConnectionCloseReason
impl Sync for PresentationConnectionCloseReason
impl Unpin for PresentationConnectionCloseReason
impl UnwindSafe for PresentationConnectionCloseReason
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