pub enum RdapOutcome {
ObjectFound,
ObjectNotFound,
RateLimited,
Unsupported,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for RdapOutcome
impl Clone for RdapOutcome
Source§fn clone(&self) -> RdapOutcome
fn clone(&self) -> RdapOutcome
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 RdapOutcome
Source§impl Debug for RdapOutcome
impl Debug for RdapOutcome
Source§impl<'de> Deserialize<'de> for RdapOutcome
impl<'de> Deserialize<'de> for RdapOutcome
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 RdapOutcome
Source§impl PartialEq for RdapOutcome
impl PartialEq for RdapOutcome
Source§impl Serialize for RdapOutcome
impl Serialize for RdapOutcome
impl StructuralPartialEq for RdapOutcome
Auto Trait Implementations§
impl Freeze for RdapOutcome
impl RefUnwindSafe for RdapOutcome
impl Send for RdapOutcome
impl Sync for RdapOutcome
impl Unpin for RdapOutcome
impl UnsafeUnpin for RdapOutcome
impl UnwindSafe for RdapOutcome
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