pub struct APL {
pub domain_name: DomainName,
pub ttl: u32,
pub apitems: Vec<APItem>,
}
Fields§
§domain_name: DomainName
§ttl: u32
§apitems: Vec<APItem>
Trait Implementations§
impl Eq for APL
impl StructuralPartialEq for APL
Auto Trait Implementations§
impl Freeze for APL
impl RefUnwindSafe for APL
impl Send for APL
impl Sync for APL
impl Unpin for APL
impl UnwindSafe for APL
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