pub struct RrKey {
pub name: LowerName,
pub record_type: RecordType,
}Expand description
Accessor key for RRSets in the Authority.
Fields§
§name: LowerNameMatches the name in the Record of this key
record_type: RecordTypeMatches the type of the Record of this key
Implementations§
Trait Implementations§
Source§impl Ord for RrKey
impl Ord for RrKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RrKey
impl PartialOrd for RrKey
impl Eq for RrKey
impl StructuralPartialEq for RrKey
Auto Trait Implementations§
impl Freeze for RrKey
impl RefUnwindSafe for RrKey
impl Send for RrKey
impl Sync for RrKey
impl Unpin for RrKey
impl UnsafeUnpin for RrKey
impl UnwindSafe for RrKey
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