Struct sn0int_std::psl::DnsName
source · pub struct DnsName {
pub fulldomain: Option<String>,
pub root: String,
pub suffix: String,
}
Fields§
§fulldomain: Option<String>
§root: String
§suffix: String
Trait Implementations§
source§impl PartialEq<DnsName> for DnsName
impl PartialEq<DnsName> for DnsName
impl StructuralPartialEq for DnsName
Auto Trait Implementations§
impl RefUnwindSafe for DnsName
impl Send for DnsName
impl Sync for DnsName
impl Unpin for DnsName
impl UnwindSafe for DnsName
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
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