pub enum RejectReason {
RejectReasonUnspecified,
}Expand description
Enum representing the possible values for the reject reason
Variants§
RejectReasonUnspecified
Trait Implementations§
Source§impl Debug for RejectReason
impl Debug for RejectReason
Source§impl<'de> Deserialize<'de> for RejectReason
impl<'de> Deserialize<'de> for RejectReason
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
Source§impl Display for RejectReason
impl Display for RejectReason
Source§impl FromStr for RejectReason
impl FromStr for RejectReason
Source§impl PartialEq for RejectReason
impl PartialEq for RejectReason
Source§impl Serialize for RejectReason
impl Serialize for RejectReason
Source§impl TryFrom<&str> for RejectReason
impl TryFrom<&str> for RejectReason
Source§impl TryFrom<String> for RejectReason
impl TryFrom<String> for RejectReason
impl Eq for RejectReason
impl StructuralPartialEq for RejectReason
Auto Trait Implementations§
impl Freeze for RejectReason
impl RefUnwindSafe for RejectReason
impl Send for RejectReason
impl Sync for RejectReason
impl Unpin for RejectReason
impl UnwindSafe for RejectReason
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.