pub struct UpsertDomainFromZoneFileVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for UpsertDomainFromZoneFileVarsFields
impl VariableMatch<UpsertDomainFromZoneFileVarsFields> for UpsertDomainFromZoneFileVarsFields
Auto Trait Implementations§
impl Freeze for UpsertDomainFromZoneFileVarsFields
impl RefUnwindSafe for UpsertDomainFromZoneFileVarsFields
impl Send for UpsertDomainFromZoneFileVarsFields
impl Sync for UpsertDomainFromZoneFileVarsFields
impl Unpin for UpsertDomainFromZoneFileVarsFields
impl UnwindSafe for UpsertDomainFromZoneFileVarsFields
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