pub struct RdapLink {
pub href: String,
pub rel: Option<String>,
pub media_type: Option<String>,
pub title: Option<String>,
}Expand description
A hyperlink associated with a registration object.
Fields§
§href: String§rel: Option<String>§media_type: Option<String>§title: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RdapLink
impl<'de> Deserialize<'de> for RdapLink
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
Auto Trait Implementations§
impl Freeze for RdapLink
impl RefUnwindSafe for RdapLink
impl Send for RdapLink
impl Sync for RdapLink
impl Unpin for RdapLink
impl UnsafeUnpin for RdapLink
impl UnwindSafe for RdapLink
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