pub struct FredNsset {
pub links: Vec<Link>,
pub handle: String,
pub object_class_name: String,
pub nameservers: Vec<Nameserver>,
}
Expand description
https://fred.nic.cz/rdap-extension/
Fields§
§links: Vec<Link>
§handle: String
§object_class_name: String
§nameservers: Vec<Nameserver>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FredNsset
impl<'de> Deserialize<'de> for FredNsset
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 FredNsset
impl RefUnwindSafe for FredNsset
impl Send for FredNsset
impl Sync for FredNsset
impl Unpin for FredNsset
impl UnwindSafe for FredNsset
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