pub enum ExtensionNegotiationOutcome {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for ExtensionNegotiationOutcome
impl Clone for ExtensionNegotiationOutcome
Source§fn clone(&self) -> ExtensionNegotiationOutcome
fn clone(&self) -> ExtensionNegotiationOutcome
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 ExtensionNegotiationOutcome
impl Debug for ExtensionNegotiationOutcome
Source§impl<'de> Deserialize<'de> for ExtensionNegotiationOutcome
impl<'de> Deserialize<'de> for ExtensionNegotiationOutcome
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
impl Copy for ExtensionNegotiationOutcome
impl Eq for ExtensionNegotiationOutcome
impl StructuralPartialEq for ExtensionNegotiationOutcome
Auto Trait Implementations§
impl Freeze for ExtensionNegotiationOutcome
impl RefUnwindSafe for ExtensionNegotiationOutcome
impl Send for ExtensionNegotiationOutcome
impl Sync for ExtensionNegotiationOutcome
impl Unpin for ExtensionNegotiationOutcome
impl UnsafeUnpin for ExtensionNegotiationOutcome
impl UnwindSafe for ExtensionNegotiationOutcome
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