pub enum ProxyApplyStatus {
Applied,
Cleared,
Unsupported,
}Variants§
Trait Implementations§
Source§impl Clone for ProxyApplyStatus
impl Clone for ProxyApplyStatus
Source§fn clone(&self) -> ProxyApplyStatus
fn clone(&self) -> ProxyApplyStatus
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 moreimpl Copy for ProxyApplyStatus
Source§impl Debug for ProxyApplyStatus
impl Debug for ProxyApplyStatus
Source§impl<'de> Deserialize<'de> for ProxyApplyStatus
impl<'de> Deserialize<'de> for ProxyApplyStatus
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 Eq for ProxyApplyStatus
Source§impl Hash for ProxyApplyStatus
impl Hash for ProxyApplyStatus
Source§impl PartialEq for ProxyApplyStatus
impl PartialEq for ProxyApplyStatus
Source§fn eq(&self, other: &ProxyApplyStatus) -> bool
fn eq(&self, other: &ProxyApplyStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProxyApplyStatus
impl Serialize for ProxyApplyStatus
impl StructuralPartialEq for ProxyApplyStatus
Auto Trait Implementations§
impl Freeze for ProxyApplyStatus
impl RefUnwindSafe for ProxyApplyStatus
impl Send for ProxyApplyStatus
impl Sync for ProxyApplyStatus
impl Unpin for ProxyApplyStatus
impl UnsafeUnpin for ProxyApplyStatus
impl UnwindSafe for ProxyApplyStatus
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