pub struct RecordSpecification {
pub record_sets: Vec<RecordSet>,
}Expand description
6.2.73 Record Specification record
Fields§
§record_sets: Vec<RecordSet>Implementations§
Source§impl RecordSpecification
impl RecordSpecification
pub fn with_record_set(self, record: RecordSet) -> Self
pub fn with_record_sets(self, records: Vec<RecordSet>) -> Self
Trait Implementations§
Source§impl Clone for RecordSpecification
impl Clone for RecordSpecification
Source§fn clone(&self) -> RecordSpecification
fn clone(&self) -> RecordSpecification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecordSpecification
impl Debug for RecordSpecification
Source§impl Default for RecordSpecification
impl Default for RecordSpecification
Source§fn default() -> RecordSpecification
fn default() -> RecordSpecification
Returns the “default value” for a type. Read more
Source§impl PartialEq for RecordSpecification
impl PartialEq for RecordSpecification
impl StructuralPartialEq for RecordSpecification
Auto Trait Implementations§
impl Freeze for RecordSpecification
impl RefUnwindSafe for RecordSpecification
impl Send for RecordSpecification
impl Sync for RecordSpecification
impl Unpin for RecordSpecification
impl UnwindSafe for RecordSpecification
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