pub struct DnsSearch { /* private fields */ }Expand description
An explicitly authored raw service dns_search value.
Implementations§
Source§impl DnsSearch
impl DnsSearch
Sourcepub const fn span(&self) -> SourceSpan
pub const fn span(&self) -> SourceSpan
Returns the exact span of the complete authored field value.
Sourcepub const fn form(&self) -> &DnsSearchForm
pub const fn form(&self) -> &DnsSearchForm
Returns the authored scalar or ordered-list form without interpreting domain strings.
Trait Implementations§
impl Eq for DnsSearch
impl StructuralPartialEq for DnsSearch
Auto Trait Implementations§
impl Freeze for DnsSearch
impl RefUnwindSafe for DnsSearch
impl Send for DnsSearch
impl Sync for DnsSearch
impl Unpin for DnsSearch
impl UnsafeUnpin for DnsSearch
impl UnwindSafe for DnsSearch
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