pub struct UpsertDomainFromZoneFileVars {
pub zone_file: String,
pub delete_missing_records: Option<bool>,
}
Fields§
§zone_file: String
§delete_missing_records: Option<bool>
Trait Implementations§
Source§impl Debug for UpsertDomainFromZoneFileVars
impl Debug for UpsertDomainFromZoneFileVars
Source§impl QueryVariables for UpsertDomainFromZoneFileVars
impl QueryVariables for UpsertDomainFromZoneFileVars
Source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
Source§type Fields = UpsertDomainFromZoneFileVarsFields
type Fields = UpsertDomainFromZoneFileVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for UpsertDomainFromZoneFileVars
impl RefUnwindSafe for UpsertDomainFromZoneFileVars
impl Send for UpsertDomainFromZoneFileVars
impl Sync for UpsertDomainFromZoneFileVars
impl Unpin for UpsertDomainFromZoneFileVars
impl UnwindSafe for UpsertDomainFromZoneFileVars
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