pub struct HostingPartner {
pub name: String,
pub website: String,
}Fields§
§name: StringHost company name
website: StringThe host’s website URL
Trait Implementations§
Source§impl Debug for HostingPartner
impl Debug for HostingPartner
Source§impl<'de> Deserialize<'de> for HostingPartner
impl<'de> Deserialize<'de> for HostingPartner
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 HostingPartner
impl RefUnwindSafe for HostingPartner
impl Send for HostingPartner
impl Sync for HostingPartner
impl Unpin for HostingPartner
impl UnwindSafe for HostingPartner
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