pub struct URI {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub priority: u16,
pub weight: u16,
pub uri: String,
}
Fields§
§domain_name: DomainName
§ttl: u32
§class: Class
§priority: u16
§weight: u16
§uri: String
Implementations§
Trait Implementations§
impl Eq for URI
impl StructuralPartialEq for URI
Auto Trait Implementations§
impl Freeze for URI
impl RefUnwindSafe for URI
impl Send for URI
impl Sync for URI
impl Unpin for URI
impl UnwindSafe for URI
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