pub struct CreateUnsRecordsResult {
pub records: Vec<UnsRecord>,
}
Expand description
Data an agent receives when it makes a create uns record request
Fields§
§records: Vec<UnsRecord>
Auto Trait Implementations§
impl Freeze for CreateUnsRecordsResult
impl RefUnwindSafe for CreateUnsRecordsResult
impl Send for CreateUnsRecordsResult
impl Sync for CreateUnsRecordsResult
impl Unpin for CreateUnsRecordsResult
impl UnwindSafe for CreateUnsRecordsResult
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